mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
client: add range argument to clientconn.Play()
This commit is contained in:
@@ -46,7 +46,7 @@ func main() {
|
||||
}
|
||||
|
||||
// play setupped tracks
|
||||
_, err = conn.Play()
|
||||
_, err = conn.Play(nil)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user