GNOME Bugzilla – Bug 600877
[uridecodebin] Needs to disable download buffering for non-fast-start files
Last modified: 2010-03-23 18:32:10 UTC
When playing some FLV streams from YouTube, playbin will be prerolling until it downloads the complete file, instead of disabling download buffering because of the lack of fast-start. You can replicate this by streaming this file: http://people.fedoraproject.org/~hadess/something-good-08.flv
Note that Wim mentioned that this could be also solved by letting queue2 seek into the source to get the index of such files. This would also solve such problems when playing "unsupported" file types like streaming an AVI from a web server.
Wim, any chance to get that sorted before GNOME 2.30 is released? It looks pretty bad for a lot of videos streamed from YouTube...
Hopefully fixed with this. Not tested much but we have time to do that. In theory this would also allow download buffering for avi and qt and more. commit 3f4f5fa59d7077c7857632007624bd3bdeaaa0ae Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Mar 23 19:25:29 2010 +0100 queue2: implement seeking in download mode When in download mode and the requested offset is too far away, attempt to do a seek request to fetch the data. Keep track of all downloaded parts and merge ranges when needed. Fixes #600877