mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-06 09:06:52 +08:00
fix: subscriber wait track timeout
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user