[gstreamer-bugs] [Bug 559547] New: Seek bugs when playing rtsp video in m.youtube.com

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 5 18:57:55 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559547

  GStreamer | gst-plugins-good | Ver: 0.10.20
           Summary: Seek bugs when playing rtsp video in m.youtube.com
           Product: GStreamer
           Version: 0.10.20
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: chao.zhang at access-company.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.19/2.20
   GNOME milestone: Unspecified


Please describe the problem:
1. Seek fails when playing rtsp video in m.youtube.com. Rtspsrc sends a `PLAY'
method which includes a `Range' header to implement seeking but youtube
requires `PAUSE' first. In short words, we should send `PAUSE', then `PLAY' to
make seek works. Send `PLAY' directly will make youtube server responses a bad
request.
2. I use `gst_element_seek(pipeline, 1.0, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH,
GST_SEEK_TYPE_SET, seek_position, GST_SEEK_TYPE_NONE, GST_CLOCK_TIME_NONE)' to
perform the seek. Seek works but the return value of this call is FALSE.

Steps to reproduce:
1. Use rtspsrc to play the movie in m.youtube.com then seek.

Actual results:
Seek fails and gst_element_seek returns FALSE

Expected results:
gst_element_seek returns TRUE and the seeking is correct

Does this happen every time?
Yes

Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559547.




More information about the Gstreamer-bugs mailing list