GNOME Bugzilla – Bug 705661
dashdemux: segmentNumber attribute of SegmentTemplate element is not being observed
Last modified: 2013-08-16 14:27:09 UTC
Created attachment 251138 [details] [review] Patch to offset segment numbers by startNumber, if present For SegmentTemplate elements containing a startNumber attribute, the `number' member of GstMediaSegments should be offset by the value of startNumber; however, this is not currently the case. As a result, the first URI(s) requested by the download loop will be wrong. Patch attached to fix this issue.
Pushed as commit 7f2122695662dcf64e5e2980eab93f5816a2c4b1 Thanks!