update docs

This commit is contained in:
aler9
2022-05-10 10:28:52 +02:00
parent edeef85e9e
commit 18f7fab361
8 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ package gortsplib
// Transport is a RTSP transport protocol.
type Transport int
// standard transport protocols.
// transport protocols.
const (
TransportUDP Transport = iota
TransportUDPMulticast