mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
client: invert arguments of Setup() and SetupAll()
This commit is contained in:
@@ -50,7 +50,7 @@ func main() {
|
||||
}
|
||||
|
||||
// setup a single media
|
||||
_, err = c.Setup(medi, baseURL, 0, 0)
|
||||
_, err = c.Setup(baseURL, medi, 0, 0)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user