[Bug 755172] dashdemux: seeking in a stream that uses a SegmentList downloads all fragments

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 18 01:18:56 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755172

--- Comment #5 from A Ashley <bugzilla at ashley-family.net> ---
(In reply to Sebastian Dröge (slomo) from comment #2)
> The 2014 spec does not allow the d attribute there, only in S nodes

Actually the Schema says:
<!-- Segment URL -->
<xs:complexType name="SegmentURLType">
<xs:sequence>
<xs:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="media" type="xs:anyURI"/>
<xs:attribute name="mediaRange" type="xs:string"/>
<xs:attribute name="index" type="xs:anyURI"/>
<xs:attribute name="indexRange" type="xs:string"/> <xs:anyAttribute
namespace="##other" processContents="lax"/>
</xs:complexType>

So the d node is undefined in the spec, rather than prohibited.

The reason for the bug ticket was because this is the style of manifest used by
a certain large provider of VoD content. Thanks for spotting the error in the
SegmentList at duration. I will feed that back.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list