<?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>bin-false.org &#187; Video for Everyone</title>
	<atom:link href="http://bin-false.org/tag/video-for-everyone/feed/" rel="self" type="application/rss+xml" />
	<link>http://bin-false.org</link>
	<description>Tracking the stories of the week for jupiterbroadcasting.com</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:20:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>First Linux Action Show released using the new HTML5 Video Tag &#8211; The RESULTS!</title>
		<link>http://bin-false.org/first-linux-action-show-released-using-the-new-html5-video-tag-the-results/</link>
		<comments>http://bin-false.org/first-linux-action-show-released-using-the-new-html5-video-tag-the-results/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 19:22:19 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Linux/OSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[OGG]]></category>
		<category><![CDATA[Theora]]></category>
		<category><![CDATA[Video for Everyone]]></category>

		<guid isPermaLink="false">http://bin-false.org/?p=268</guid>
		<description><![CDATA[<a href="http://bin-false.org/first-linux-action-show-released-using-the-new-html5-video-tag-the-results/" title="First Linux Action Show released using the new HTML5 Video Tag - The RESULTS!"></a>In my previous blog post, I talked about my concerned about the fanboi like rapid following of everything OGG, Theora, Vorbis and how it all sounds like just blind following with out any real consideration of the technology. Even with &#8230;<p class="read-more"><a href="http://bin-false.org/first-linux-action-show-released-using-the-new-html5-video-tag-the-results/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://bin-false.org/first-linux-action-show-released-using-the-new-html5-video-tag-the-results/" title="First Linux Action Show released using the new HTML5 Video Tag - The RESULTS!"></a><p>In my previous blog post, I talked about my concerned about the fanboi like rapid following of everything OGG, Theora, Vorbis and how it all sounds like just blind following with out any real consideration of the technology.</p>
<p>Even with my concerns with Theora, I wrapped the post saying that we&#8217;d be using VIDEO tag with OGG Theora. My feeling is I want the audience to get the content in what ever format they prefer, and I really believe making something like the video tag is very important for online content. While Theora has its limits and issues, the idea is a good one. I also realize that the issues I called out will never improve unless people use Theora today and so with that in mind the last three video on jupiterbroadcasting.com including the latest Linux Action Show episode have been posted with the video tag version of the show.</p>
<p>The results have been positive, especially from those with Firefox 3.5. Internet Explorer users, and older Firefox users get a flash player fallback. Safari users get a QuickTime h.264 fallback automatically.</p>
<p>I&#8217;ve had a few reports of people who experienced issues with the videos auto-playing, it would seem Firefox 3.5 has not yet implemented the autoplay=yes|no ability yet, while other browsers have and expect it. It would seem most browsers figure if autoplay= is not declared, the default is NO. While other browsers (think a slim few) seem to assume YES, and begin playing the videos on page load. Not only is that annoying, but when you are on our front page it means the current 3 videos posted using &lt;video&gt; start playing. Just about kills any browser.</p>
<p>To embed with the  tag and keep the fancy code intact with a wordpress post, I have installed a WordPress plugin called RAW HTML, this lets me put a area in any WordPress post that get&#8217;s ignored by the WordPress editor, and is then passed on as raw HTML. I&#8217;ve had issues with the WordPress editor eating code before that I stick in the source of a post, so this seems like a great way to get around that.</p>
<p>Here is an example of an embed video:<br />

<video width="560" height="340" controls="controls">
	<source src="https://jupiterogg.s3.amazonaws.com/LinuxActionShowEP098.ogg" type="video/ogg" />
	<source src="http://blip.tv/file/get/Jupiterbroadcasting-TheLinuxActionShowSeason10Episode8296.m4v" type="video/mp4" />
	<object width="560" height="340" type="application/x-shockwave-flash" data=http://www.youtube.com/v/Ghsevy0VF2A">
		<param name="movie" value="http://www.youtube.com/v/Ghsevy0VF2A" />

		<!--[if gt IE 6]>
		<object width="560" height="340" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
			<param name="src" value="http://blip.tv/file/get/Jupiterbroadcasting-TheLinuxActionShowSeason10Episode8296.m4v" />
			<param name="autoplay" value="true" /><!
		[endif]-->
		<!--[if gt IE 6]><!-->
		<object width="560" height="340" type="video/quicktime" data="http://blip.tv/file/get/Jupiterbroadcasting-TheLinuxActionShowSeason10Episode8296.m4vv"
			controller="true" autoplay="true"
		>	<param name="src" value="http://blip.tv/file/get/Jupiterbroadcasting-TheLinuxActionShowSeason10Episode8296.m4v" />
			<param name="autoplay" value="true" />
		<!--<![endif]-->
			<p>
				<strong>No video playback capabilities detected.</strong>
			</p>

		<!--[if gt IE 6]><!--></object><!--<![endif]-->
		<!--[if gt IE 6]></object><![endif]-->
	</object>
</video>

</p>
<p>My embed code was inspired by the <a href="http://camendesign.com/code/video_for_everybody">Video For Everybody post</a> that Kroc created.</p>
]]></content:encoded>
			<wfw:commentRss>http://bin-false.org/first-linux-action-show-released-using-the-new-html5-video-tag-the-results/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://blip.tv/file/get/Jupiterbroadcasting-TheLinuxActionShowSeason10Episode8296.m4v" length="761080107" type="video/mp4" />
		</item>
	</channel>
</rss>

