fix: subscriber wait track timeout

This commit is contained in:
langhuihui
2024-02-11 10:29:11 +08:00
parent 2891ee8392
commit f320e61803
4 changed files with 4 additions and 5 deletions

View File

@@ -232,7 +232,6 @@ func (s *Subscriber) PlayBlock(subType byte) {
switch subType {
case SUBTYPE_RAW:
sendVideoFrame = func(frame *AVFrame) {
// fmt.Println("v", frame.Sequence, s.VideoReader.AbsTime, s.VideoReader.Delay)
if frame.AUList.ByteLength == 0 {
return
}