mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 07:36:57 +08:00
refactor ondemand system
This commit is contained in:
@@ -192,7 +192,7 @@ func (s *rtspSource) runInner() bool {
|
||||
})
|
||||
|
||||
defer func() {
|
||||
s.parent.OnSourceStaticSetNotReady(pathSourceStaticSetNotReadyReq{})
|
||||
s.parent.OnSourceStaticSetNotReady(pathSourceStaticSetNotReadyReq{Source: s})
|
||||
}()
|
||||
|
||||
readErr := make(chan error)
|
||||
|
Reference in New Issue
Block a user