[Bug 710149] New: [tsdemux] - should allow byte based seeks to go through

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 15 01:49:25 CEST 2013


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

           Summary: [tsdemux] - should allow byte based seeks to go
                    through
    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: grandocap at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When using a source such as souphttpsrc, byte seek requests should result in an
updated GET request with a Range header reflecting the requested byte position.
When format of content is mpeg2 ts, the tsdemux does not allow the byte seek
request to be processed.  If I comment out the following  in mpegtsbase.c -
mpegts_base_handle_seek_event()
   if (format != GST_FORMAT_TIME)
     return FALSE;
the HTTP GET request is updated with the appropriate RANGE header value and
video plays at the approximate position requested - seek works.

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