修复AAC订阅读取过迟问题

This commit is contained in:
dexter
2023-01-18 23:25:40 +08:00
parent b0dcecdebc
commit 5c5747e669
6 changed files with 18 additions and 15 deletions

View File

@@ -312,9 +312,9 @@ func (s *Subscriber) PlayBlock(subType byte) {
break
}
}
if vstate < SUBSTATE_NORMAL {
continue
}
// if vstate < SUBSTATE_NORMAL {
// continue
// }
}
// 正常模式下或者纯音频模式下,音频开始播放
if hasAudio {