[gstreamer-bugs] [Bug 524771] Can't seek in YouTube videos

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Jul 27 05:52:46 PDT 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=524771

  GStreamer | gst-plugins-base | Ver: 0.10.x

Johan Dahlin changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan at gnome.org




------- Comment #12 from Johan Dahlin  2008-07-27 12:52 UTC -------
The magic done by the flash player on youtube appears to be the following:

(http connection, port 80 on youtube.com):

GET
/s?ns=yt&plid=AARTAJaJjEefrYM0AAAAoAAgAAA&sourceid=ys&q=eldkvarn&vid=JwFOzEcFz7-FdWGcILUxzeZHUoU9A9wKU&docid=WiH7qimQLIA&el=detailpage&hbd=4248592&hbt=76.324&rt=0.135&nbe=1&len=230.034&st=69.695&et=69.695&fv=LNX%209%2C0%2C124%2C0
HTTP/1.1 

where:
 len = total length of stream in seconds
 st = seeking position in seconds
 et = seeking position in seconds
 hbt = current / last known position in stream?

The flash player is displaying a progress gadget, I it appears to stop as soon
as data is received.

I'd say that it is up to the plugin to send the seek queries. Totem itself
needs to add API to override seeking, eg let the plugin handle seeking itself
instead of using whatever GStreamer element is used.


-- 
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=524771.




More information about the Gstreamer-bugs mailing list