mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-05 08:36:56 +08:00
修改等待关键帧逻辑
This commit is contained in:
@@ -58,6 +58,5 @@ func (s *Subscriber) Subscribe(streamPath string) error {
|
||||
if s.Context == nil {
|
||||
return errors.Errorf("stream not exist:%s", streamPath)
|
||||
}
|
||||
<-s.WaitPub
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user