Skip to content

dashdemux: support adaptive playback for single fragment mp4 dash stream

elliot chen requested to merge elliot_chen/gstreamer:main into main
  1. add function to check mp4 dash stream whether it is single fragment or not. The name of this function is gst_dash_demux_stream_is_single_fragment
  2. add fragment download range control for single fragment stream, and realize switching from one representation to another
Edited by elliot chen

Merge request reports