FS-8864 set video ready on first push to avoid catch 22 on some video files
This commit is contained in:
parent
a2b806c01c
commit
041dc0a62d
|
@ -1393,6 +1393,7 @@ again:
|
|||
}
|
||||
#endif
|
||||
|
||||
context->vid_ready = 1;
|
||||
switch_queue_push(context->eh.video_queue, img);
|
||||
context->last_vid_push = switch_time_now();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue