forked from External/mediamtx
update gortsplib
This commit is contained in:
parent
21cf17e65e
commit
05b1a7e720
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue