mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-05 08:36:56 +08:00
修复内置鉴权,音频轨道因IDR锁环并发问题,增加Internal配置,mp4重放能力
This commit is contained in:
@@ -105,7 +105,7 @@ func (s *Subscribers) Delete(suber ISubscriber) {
|
||||
|
||||
func (s *Subscribers) Add(suber ISubscriber, wait *waitTracks) {
|
||||
io := suber.GetSubscriber()
|
||||
if io.IsInternal {
|
||||
if io.Config.Internal {
|
||||
s.internal[suber] = wait
|
||||
io.Info("innersuber +1", zap.Int("remains", len(s.internal)))
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user