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