[Bug 702206] dashdemux: media range requests not supported

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 1 10:30:38 PDT 2013


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

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.2

--- Comment #24 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-07-01 17:30:34 UTC ---
Updated the patches and pushed the fixes, thanks for all the reviews.

* In good:
commit 66dbe3151a3426f6de271c2999ee908a8e89b65c
Author: Andoni Morales Alastruey <ylatuya at gmail.com>
Date:   Thu Jun 20 09:41:48 2013 -0300

    souphttpsrc: also consider stop positions in seeks

    Use seek stop position as range end for requests

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

commit 5bc5f4a0f6d9b82f72b39926d8ad81600dac4604
Author: Thiago Santos <thiago.sousa.santos at collabora.com>
Date:   Wed Jun 19 14:06:40 2013 -0300

    souphttpsrc: allow seeks in ready

    On is_seekable, check if the server's headers have already been
    received. If not, do a HEAD request to get them before responding
    to basesrc.

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

* In bad:
commit 4f17112392d392e0cb841ea63382cef29154f33a
Author: Thiago Santos <thiago.sousa.santos at collabora.com>
Date:   Thu Jun 20 03:52:31 2013 -0300

    dashdemux: add support for range based segments

    Use the mediaRange information and pass it to the uridownloader
    to correctly download only the segment ranges indicated in the
    MPD

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

commit e76f3e95fd0846bccccab387755aace9c0050c2b
Author: Thiago Santos <thiago.sousa.santos at collabora.com>
Date:   Wed Jun 19 18:28:15 2013 -0300

    uridownloader: add support for range based downloads

    Adds a new API gst_uri_downloader_fetch_uri_with_range that allows
    downloading only a byte range from an URI. It uses a seek event
    sent to the source to signal the range to be downloaded.

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

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