mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename Transport* into Protocol* (#895)
This commit is contained in:
@@ -28,6 +28,8 @@ func main() {
|
||||
c := gortsplib.Client{
|
||||
Scheme: u.Scheme,
|
||||
Host: u.Host,
|
||||
// tunneling method.
|
||||
Tunnel: gortsplib.TunnelNone,
|
||||
// transport protocol (UDP, Multicast or TCP). If nil, it is chosen automatically
|
||||
Protocol: nil,
|
||||
// timeout of read operations
|
||||
|
Reference in New Issue
Block a user