<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Cool hack - html5tube</title>
	<atom:link href="http://blog.kov.eti.br/?feed=rss2&#038;p=103" rel="self" type="application/rss+xml" />
	<link>http://blog.kov.eti.br/?p=103</link>
	<description>um hacker debiano que mora num lugar chamado mundo</description>
	<pubDate>Tue, 07 Sep 2010 06:33:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pierre St Juste</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6480</link>
		<dc:creator>Pierre St Juste</dc:creator>
		<pubDate>Sun, 14 Mar 2010 04:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6480</guid>
		<description>Just got your HTML5Tube through Debian unstable, epiphany-extensions, epiphany-extension-more, it works great for me, thanks for the hack, I'm a big epiphany/webkit fan, thanks for adding to the experience</description>
		<content:encoded><![CDATA[<p>Just got your HTML5Tube through Debian unstable, epiphany-extensions, epiphany-extension-more, it works great for me, thanks for the hack, I&#8217;m a big epiphany/webkit fan, thanks for adding to the experience</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Djavan Fagundes</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6097</link>
		<dc:creator>Djavan Fagundes</dc:creator>
		<pubDate>Fri, 29 Jan 2010 19:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6097</guid>
		<description>Very cool! Thank you!</description>
		<content:encoded><![CDATA[<p>Very cool! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kov</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6080</link>
		<dc:creator>kov</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6080</guid>
		<description>@Danilo - yeah, that is a good initiative! The problem with those videos not playing is that GStreamer, despite using libsoup in most setups, does not share the same SoupSession used by webkit, so the cookies we should be sending do not get sent =(. We're working on a fix: https://bugs.webkit.org/show_bug.cgi?id=34003</description>
		<content:encoded><![CDATA[<p>@Danilo - yeah, that is a good initiative! The problem with those videos not playing is that GStreamer, despite using libsoup in most setups, does not share the same SoupSession used by webkit, so the cookies we should be sending do not get sent =(. We&#8217;re working on a fix: <a href="https://bugs.webkit.org/show_bug.cgi?id=34003" rel="nofollow">https://bugs.webkit.org/show_bug.cgi?id=34003</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danilo</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6079</link>
		<dc:creator>Danilo</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6079</guid>
		<description>Hey, perhaps it's also worth checking out http://www.youtube.com/html5 (I've tried their HTML5 player and it doesn't really work for me)</description>
		<content:encoded><![CDATA[<p>Hey, perhaps it&#8217;s also worth checking out <a href="http://www.youtube.com/html5" rel="nofollow">http://www.youtube.com/html5</a> (I&#8217;ve tried their HTML5 player and it doesn&#8217;t really work for me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6060</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 19 Jan 2010 03:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6060</guid>
		<description>Wow. This sounds really cool. I'm not sure I understand how to apply the patch to try this out. Can you either explain how to do that or provide the extension directly in some way that will make Epiphany install it automagically?</description>
		<content:encoded><![CDATA[<p>Wow. This sounds really cool. I&#8217;m not sure I understand how to apply the patch to try this out. Can you either explain how to do that or provide the extension directly in some way that will make Epiphany install it automagically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6057</link>
		<dc:creator>Remco</dc:creator>
		<pubDate>Tue, 19 Jan 2010 00:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6057</guid>
		<description>A Greasemonkey script for Firefox works without Flash installed. Maybe you could apply the same magic that they do:
http://userscripts.org/scripts/show/50771

Another interesting idea might be this:
http://www.0xdeadbeef.com/weblog/2009/11/bringing-theora-to-youtube-the-hard-way/
It converts the video to Theora before displaying it. Impractical, but nicely subversive! ;)</description>
		<content:encoded><![CDATA[<p>A Greasemonkey script for Firefox works without Flash installed. Maybe you could apply the same magic that they do:<br />
<a href="http://userscripts.org/scripts/show/50771" rel="nofollow">http://userscripts.org/scripts/show/50771</a></p>
<p>Another interesting idea might be this:<br />
<a href="http://www.0xdeadbeef.com/weblog/2009/11/bringing-theora-to-youtube-the-hard-way/" rel="nofollow">http://www.0xdeadbeef.com/weblog/2009/11/bringing-theora-to-youtube-the-hard-way/</a><br />
It converts the video to Theora before displaying it. Impractical, but nicely subversive! <img src='http://blog.kov.eti.br/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A new extension for GNOME's Epiphany Web browser makes YouTube use GStreamer and the HTML 5 video element instead of Flash.</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6054</link>
		<dc:creator>A new extension for GNOME's Epiphany Web browser makes YouTube use GStreamer and the HTML 5 video element instead of Flash.</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6054</guid>
		<description>[...] Web browser makes YouTube use GStreamer and the HTML 5 video element instead of Flash.  Read more: Gustavo Noronha  about January 18, 2010 5:02 PM - by Ryan [...]</description>
		<content:encoded><![CDATA[<p>[...] Web browser makes YouTube use GStreamer and the HTML 5 video element instead of Flash.  Read more: Gustavo Noronha  about January 18, 2010 5:02 PM - by Ryan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReinoutS</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6049</link>
		<dc:creator>ReinoutS</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6049</guid>
		<description>We haven't had an epiphany-extensions release for 2.29.x yet. Can we add this one to the official extensions set and release it into the wild?</description>
		<content:encoded><![CDATA[<p>We haven&#8217;t had an epiphany-extensions release for 2.29.x yet. Can we add this one to the official extensions set and release it into the wild?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrmcq2u</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6048</link>
		<dc:creator>mrmcq2u</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6048</guid>
		<description>What would make this even more super cool is if epiphany supported the fullscreen video javacript hooks that the latest webkit supports :D</description>
		<content:encoded><![CDATA[<p>What would make this even more super cool is if epiphany supported the fullscreen video javacript hooks that the latest webkit supports <img src='http://blog.kov.eti.br/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glauco Vinicius</title>
		<link>http://blog.kov.eti.br/?p=103#comment-6044</link>
		<dc:creator>Glauco Vinicius</dc:creator>
		<pubDate>Mon, 18 Jan 2010 02:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kov.eti.br/?p=103#comment-6044</guid>
		<description>Awesome! Really a cool hack!</description>
		<content:encoded><![CDATA[<p>Awesome! Really a cool hack!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
