[Bug 746038] New: dashdemux: fetch wrong segment at the end of Period

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 11 07:58:40 PDT 2015


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

            Bug ID: 746038
           Summary: dashdemux: fetch wrong segment at the end of Period
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: xixi10111011 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

For MPD file like this:
<Period duration="PT5M0S" start="PT0.00S">
   ...
        <SegmentTemplate startNumber="0" duration="3000" timescale="1000" ...
/>
   ...


Currently(1.4.5), segemnt-100 will be fetched, but it's not specification
complied.

According to specification, segemnt-[0-99] are valid segments. 
Yet for segemnt-100, it's out of range and invalid, and it should not be
requested by dashdemux.

-- 
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