Skip to content

flvmux: Don't time out in live mode if no timestamped next buffer is available

Sebastian Dröge requested to merge slomo/gstreamer:flvmux-live-timeouts into main

But also don't wait for a buffer on both pads, which might take forever in case of gaps in one of the streams.

The muxer can only advance the time if it has a timestamped buffer that can be output, otherwise it will just busy-wait and use up a lot of CPU.

Merge request reports

Loading