mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-05 16:46:58 +08:00
修复AAC订阅读取过迟问题
This commit is contained in:
@@ -312,9 +312,9 @@ func (s *Subscriber) PlayBlock(subType byte) {
|
||||
break
|
||||
}
|
||||
}
|
||||
if vstate < SUBSTATE_NORMAL {
|
||||
continue
|
||||
}
|
||||
// if vstate < SUBSTATE_NORMAL {
|
||||
// continue
|
||||
// }
|
||||
}
|
||||
// 正常模式下或者纯音频模式下,音频开始播放
|
||||
if hasAudio {
|
||||
|
Reference in New Issue
Block a user