Skip to content

adaptivedemux2: Always check bitrate in live

When advancing fragment in live, it's normal to return GST_FLOW_EOS when playing at the live edge of the available fragments. In that case, we still want to adjust bitrate dynamically.

Fixes issue with dashdemux2 where the current bitrate of each adaptation set is changed to the lowest one when updating the mpd for a live stream.

Merge request reports