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