<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christopher Blizzard &#187; Gecko</title>
	<atom:link href="http://www.0xdeadbeef.com/weblog/category/gecko/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.0xdeadbeef.com/weblog</link>
	<description>I love you.</description>
	<lastBuildDate>Thu, 26 May 2011 20:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>multi-process firefox</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/06/multi-process-firefox/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/06/multi-process-firefox/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 11:46:52 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gecko]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=1321</guid>
		<description><![CDATA[Chris Jones has put together a demo video of a super-early stage Gecko-driven browser that&#8217;s multi-process.  It&#8217;s super-duper early and realizing that we&#8217;re only in Phase I of the roadmap is important but it&#8217;s great to see such speedy progress. &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/06/multi-process-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Chris Jones has put together a <a href="http://blog.mozilla.com/cjones/2009/06/21/multi-process-firefox-coming-to-an-internets-near-you/">demo video</a> of a super-early stage Gecko-driven browser that&#8217;s multi-process.  It&#8217;s super-duper early and realizing that we&#8217;re only in <a href="https://wiki.mozilla.org/Content_Processes#Phase_I:_Bootstrap">Phase I of the roadmap</a> is important but it&#8217;s great to see such speedy progress.  Release early, release often!</p>
<p><video type="video/ogg" src="http://people.mozilla.org/~cjones/ff-mp-demo.ogg" controls>Sadfaces.  Your browser doesn&#8217;t support the &lt;video&gt; tag with open video formats.  Try <a href="http://people.mozilla.org/~cjones/ff-mp-demo.ogg">clicking here</a> instead.</video></p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/06/multi-process-firefox/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>streaming video in firefox</title>
		<link>http://www.0xdeadbeef.com/weblog/2009/01/streaming-video-in-firefox/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2009/01/streaming-video-in-firefox/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:18:26 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gecko]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OGG]]></category>
		<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=961</guid>
		<description><![CDATA[Asa Dotzler has been trying to get live streaming working with our new native video support that&#8217;s coming with Firefox 3.1.  That is, video that is taken by a camera, encoded and pushed directly out to a web server instead &#8230; <a href="http://www.0xdeadbeef.com/weblog/2009/01/streaming-video-in-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/christopherblizzard/3182512781/"><img title="Asa TV" src="http://farm4.static.flickr.com/3378/3182512781_bbd4f142b9.jpg?v=0" alt="Its Asa on the tee vee." width="500" height="368" /></a><p class="wp-caption-text">It&#39;s Asa on the tee vee.  He&#39;s talkin&#39; into the Internets.</p></div>
<p><a href="http://weblogs.mozillazine.org/asa/">Asa Dotzler</a> has been trying to get live streaming working with our new <a href="https://developer.mozilla.org/En/Using_audio_and_video_in_Firefox">native video support</a> that&#8217;s coming with Firefox 3.1.  That is, video that is taken by a camera, encoded and pushed directly out to a web server instead of stored as a file so you can watch an event in real time.  The screenshot above is the first time &#8211; that I know of &#8211; where anyone has gotten this working in the browser without some kind of plug-in involved.  (And it&#8217;s free software, end-to-end, which is also nice.)</p>
<p>We managed to get the lag down to 2-3 seconds at one point.  We can probably get it even lower.  But it&#8217;s a fantastic start.</p>
<p>Asa isn&#8217;t the most technical guy, but he managed to get it working by mostly following the instructions on <a href="http://en.flossmanuals.net/FFmpeg2Theora/StreamingDV">this page</a>.  And it mostly works out of the box.  There are some bugs to fix on our end, and <a href="http://weblogs.mozillazine.org/asa/archives/2009/01/ffmpeg2theora_a.html">encoding theora without dedicated hardware</a> is kind of painful, but it&#8217;s great to see the possibilities open up when we&#8217;ve got dedicated video support directly in the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2009/01/streaming-video-in-firefox/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>keep up with new web technologies in gecko</title>
		<link>http://www.0xdeadbeef.com/weblog/2008/08/keep-up-with-new-web-techologies-in-gecko/</link>
		<comments>http://www.0xdeadbeef.com/weblog/2008/08/keep-up-with-new-web-techologies-in-gecko/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:54:37 +0000</pubDate>
		<dc:creator>Christopher Blizzard</dc:creator>
				<category><![CDATA[Gecko]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.0xdeadbeef.com/weblog/?p=620</guid>
		<description><![CDATA[Gecko has long been a leader in supporting web standards but it&#8217;s always been hard to tell what we&#8217;ve added, when we added it and when it might hit a release. We&#8217;ve set up a new web tech blog for &#8230; <a href="http://www.0xdeadbeef.com/weblog/2008/08/keep-up-with-new-web-techologies-in-gecko/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
Gecko has long been a leader in supporting web standards but it&#8217;s always been hard to tell what we&#8217;ve added, when we added it and when it might hit a release.  We&#8217;ve set up a new <a href="http://developer.mozilla.org/web-tech/">web tech</a> blog for people to post about new features in Gecko.
</p>
<p>
Once nice thing about this blog is that anyone who has commit access to the mozilla hg repo can make a post about a new feature.  We&#8217;ve hoping to see a lot of great content on that blog.  Subscribe and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.0xdeadbeef.com/weblog/2008/08/keep-up-with-new-web-techologies-in-gecko/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

