update gortsplib

This commit is contained in:
aler9
2022-11-01 16:13:18 +01:00
parent f7fdd60966
commit f0514b3983
3 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ func (s *rtspSource) run(ctx context.Context) error {
}
for _, t := range tracks {
_, err := c.Setup(true, t, baseURL, 0, 0)
_, err := c.Setup(t, baseURL, 0, 0)
if err != nil {
return err
}