update gortsplib

This commit is contained in:
aler9
2021-11-28 12:58:06 +01:00
parent 21cf17e65e
commit 05b1a7e720
4 changed files with 6 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ func (s *rtspSource) runInner() bool {
}
for _, t := range tracks {
_, err := c.Setup(true, baseURL, t, 0, 0)
_, err := c.Setup(true, t, baseURL, 0, 0)
if err != nil {
return err
}