Browse Source

remove panic()

pull/707/head
aler9 4 years ago
parent
commit
99db6f245e
  1. 2
      internal/core/rtsp_source.go

2
internal/core/rtsp_source.go

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

Loading…
Cancel
Save