update docs (#203)

This commit is contained in:
Alessandro Ros
2023-03-13 18:53:36 +01:00
committed by GitHub
parent 4b7fed505b
commit 253be9913e
21 changed files with 23 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ import (
func main() {
// Client allows to set additional client options
c := &gortsplib.Client{
// the stream transport (UDP, Multicast or TCP). If nil, it is chosen automatically
// transport protocol (UDP, Multicast or TCP). If nil, it is chosen automatically
Transport: nil,
// timeout of read operations
ReadTimeout: 10 * time.Second,