File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Go ≥ 1.24 is required.
1313Features:
1414
1515* Client
16- * Support secure protocol variants (RTSPS, TLS, SRTP, SRTCP)
16+ * Support secure protocol variants (RTSPS, SRTP, SRTCP)
1717 * Support tunneling (RTSP-over-HTTP, RTSP-over-WebSocket)
1818 * Query servers about available media streams
1919 * Read media streams from a server ("play")
@@ -29,7 +29,7 @@ Features:
2929 * Switch transport protocol automatically
3030 * Pause without disconnecting from the server
3131* Server
32- * Support secure protocol variants (RTSPS, TLS, SRTP, SRTCP)
32+ * Support secure protocol variants (RTSPS, SRTP, SRTCP)
3333 * Support tunneling (RTSP-over-HTTP, RTSP-over-WebSocket)
3434 * Handle requests from clients
3535 * Validate client credentials
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ type Client struct {
461461 // timeout of write operations.
462462 // It defaults to 10 seconds.
463463 WriteTimeout time.Duration
464- // a TLS configuration to connect to TLS/ RTSPS servers.
464+ // a TLS configuration to connect to RTSPS servers.
465465 // It defaults to nil.
466466 TLSConfig * tls.Config
467467 // tunneling method.
You can’t perform that action at this time.
0 commit comments