[Bug 701404] New: dashdemux: should not buffer the entire Period

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 31 20:58:46 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701404
  GStreamer | gst-plugins-bad | 1.x

           Summary: dashdemux: should not buffer the entire Period
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: greg at gsr-tek.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=245806)
 View: https://bugzilla.gnome.org/attachment.cgi?id=245806
 Review: https://bugzilla.gnome.org/review?bug=701404&attachment=245806

Proposed fix

The current implementation of download_loop downloads every segment from the
current Period.  If a 2 hour movie is presented in the MPD as a single Period,
the dashdemux will attempt to download and queue up buffers for the entire
presentation.

The demux should buffer at least the value of the "minBufferTime" MPD
attribute.  It must also respect the MAX_BUFFERING_TIME property of the
element.

Proposed fix attached.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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