mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-08 17:10:18 +08:00
update gortsplib
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user