client: rename ClientProtocol into ClientTransport

This commit is contained in:
aler9
2021-10-22 16:25:27 +02:00
parent 04ff57287d
commit 7735bcd9ec
7 changed files with 115 additions and 115 deletions

View File

@@ -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