mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
update docs (#203)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user