GNOME Bugzilla – Bug 752727
dashdemux: RepresentationIndex is not used
Last modified: 2018-11-03 13:38:08 UTC
RepresentationIndex element from SegmentBase is designed to identify a single Segment Index for the entire representation. But RepresentationIndex is only parsed and not used. gstadaptivedemux makes an attempt to download a single Segment Index for an entire representation in the gst_adaptive_demux_stream_download_header_fragment function. But the indexUrl and range are not obtained from RepresentationIndex. Instead, they are wrongly obtained from Initilization@SegmentBase and indexRange@SegmentBase. See also https://bugzilla.gnome.org/show_bug.cgi?id=752718
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/279.