GNOME Bugzilla – Bug 607034
NE: New extension to use the internal media player for youtube videos
Last modified: 2010-01-28 17:59:30 UTC
Created attachment 151434 [details] [review] new extension There's currently a caveat: youtube has to believe the flash player is installed, otherwise it won't give me. There is probably a way to fake it, or make its javascript believe there is flash, but I haven't tried it yet. For now, you really need a flash player installed.
The Totem plugin fakes to be all kinds of other plugins. Couldn't it fake being a Flash player as well? (Great news btw, considering http://www.techcrunch.com/2009/02/13/youtube-kills-our-video-download-tool/ )
oh dear. That's a story almost a year old. Probably not so relevant any more.
Yes, totem could potentially fake being the flash plugin for youtube specifically, but it would have to coordinate with the extension somehow, because we would only want that when using with the extension =).
There's a separate bug about opening the youtube video directly in Totem's YouTube plugin, so it would show related videos, etc.
Created attachment 152062 [details] [review] HTML5Tube version that fools youtube into giving us the flash element This patch also fools youtube when flash is not there. I still plan to improve the extension to be more reliable, and use libgdata, but this seems like a good enough first cut.
Pushed as 229a4671a5310add7b03927a0946d033aa1bd207. Now we just need to improve it to work with every other flash video site =P.