Open net-cscience-raphael opened 2 days ago
After the first segment is emitted, the flags videoReady
and audioReady
are set to false. But since audio = false
, the audioReady
flag remains false because there are no audio frames to trigger it again. So, no subsequent segments are actually emitted. Even if additional video frames are collected for further segments, the emit() function isn’t triggered.
In dev #de301d75e015992ea5be82fbeff59aba56a0577a, I changed the condition so that it only depends on videoReady
if audio = false
.
Description
If one disables audio on
FFmpegVideoDecoder
only oneSegment
on each source is emitted.Steps To Reproduce
extract two video files with:
Environment