Skip to content

fmp4mux: Add support for sub-fragments / chunking

Sebastian Dröge requested to merge slomo/gst-plugins-rs:fmp4mux-chunks into main

Allow outputting sub-fragments (chunks in CMAF terms) that are shorter than the fragment duration and don't usually start on a keyframe. By this the buffering requirements of the element is reduced to one chunk duration, as is the latency.

This is used for formats like low-latency / LL-HLS and DASH.

Merge request reports