mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
client: rename ClientProtocol into ClientTransport
This commit is contained in:
@@ -25,9 +25,9 @@ const (
|
||||
)
|
||||
|
||||
func main() {
|
||||
p := gortsplib.ClientProtocolUDP
|
||||
p := gortsplib.ClientTransportUDP
|
||||
c := gortsplib.Client{
|
||||
Protocol: &p,
|
||||
Transport: &p,
|
||||
}
|
||||
|
||||
// connect to the server and start reading all tracks
|
||||
|
Reference in New Issue
Block a user