Skip to content

Commit ad9b020

Browse files
authored
update documentation (#987)
1 parent 18a26e2 commit ad9b020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Go ≥ 1.24 is required.
1313
Features:
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

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)