mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
client: invert arguments of Setup() and SetupAll()
This commit is contained in:
@@ -47,7 +47,7 @@ func main() {
|
||||
}
|
||||
|
||||
// setup all medias
|
||||
err = c.SetupAll(medias, baseURL)
|
||||
err = c.SetupAll(baseURL, medias)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user