<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Tutorial: Serving HTML5 Video Cross Browser (including iPad)</title>
	<atom:link href="http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 07 Feb 2012 03:42:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jscss3</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-259</link>
		<dc:creator>Jscss3</dc:creator>
		<pubDate>Wed, 12 Jan 2011 09:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-259</guid>
		<description>Quite good tutorial. But you're missing Opera browser, that does not support h.264. Your demo trys to display h.264 in Opera.</description>
		<content:encoded><![CDATA[<p>Quite good tutorial. But you&#8217;re missing Opera browser, that does not support h.264. Your demo trys to display h.264 in Opera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex K</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-258</link>
		<dc:creator>Alex K</dc:creator>
		<pubDate>Tue, 11 Jan 2011 22:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-258</guid>
		<description>Looks like Chrome will only be supporting Theora...

http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html</description>
		<content:encoded><![CDATA[<p>Looks like Chrome will only be supporting Theora&#8230;</p>
<p><a href="http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html" rel="nofollow">http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-256</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 04 Jan 2011 17:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-256</guid>
		<description>Hello,.. Wonderful tutorial (of course)...
 
If you think of doing a followup, can you suggest how mix this solution without a pop-up window for the video (like here: http://videolightbox.com/ ).

I'm trying to come up with a similar look, but for locally served .mov files. Ideally, the popup window would be client-size sensitive so that smaller screens get smaller versions... but I'll go with whatever works!

thanks.
/shawn</description>
		<content:encoded><![CDATA[<p>Hello,.. Wonderful tutorial (of course)&#8230;</p>
<p>If you think of doing a followup, can you suggest how mix this solution without a pop-up window for the video (like here: <a href="http://videolightbox.com/" rel="nofollow">http://videolightbox.com/</a> ).</p>
<p>I&#8217;m trying to come up with a similar look, but for locally served .mov files. Ideally, the popup window would be client-size sensitive so that smaller screens get smaller versions&#8230; but I&#8217;ll go with whatever works!</p>
<p>thanks.<br />
/shawn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-241</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 22 Nov 2010 14:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-241</guid>
		<description>Wow, can't wait to try this later.  For the life of me I couldn't figure out why the HTML5 was working in Safari and Firefox but not on the iPad and I have to guess now that it's because I have the two source tags one right after another.

I'm afraid HTML5 just isn't ready for prime time yet considering all these hoops us developers have to go through to get it to work.

Kind of like the "old days" when you had to code exceptions for IE6 which I mercifully ditched for good last year.</description>
		<content:encoded><![CDATA[<p>Wow, can&#8217;t wait to try this later.  For the life of me I couldn&#8217;t figure out why the HTML5 was working in Safari and Firefox but not on the iPad and I have to guess now that it&#8217;s because I have the two source tags one right after another.</p>
<p>I&#8217;m afraid HTML5 just isn&#8217;t ready for prime time yet considering all these hoops us developers have to go through to get it to work.</p>
<p>Kind of like the &#8220;old days&#8221; when you had to code exceptions for IE6 which I mercifully ditched for good last year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-237</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 11 Nov 2010 08:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-237</guid>
		<description>Also it is useful to know the quality default of ffmpeg2theora is 6 out of 10 which will produce a much worse looking video than the m4v outputted by QT.  you can add "-v 8" or "-v 9" to bring it close.

And I found this helpful for enabling autoplay on iPhones and iPads - http://www.codeblog.co/getting-autoplay-working-on-ios/</description>
		<content:encoded><![CDATA[<p>Also it is useful to know the quality default of ffmpeg2theora is 6 out of 10 which will produce a much worse looking video than the m4v outputted by QT.  you can add &#8220;-v 8&#8243; or &#8220;-v 9&#8243; to bring it close.</p>
<p>And I found this helpful for enabling autoplay on iPhones and iPads - <a href="http://www.codeblog.co/getting-autoplay-working-on-ios/" rel="nofollow">http://www.codeblog.co/getting-autoplay-working-on-ios/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-236</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 11 Nov 2010 07:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-236</guid>
		<description>this is a very useful write-up.  how do you retain the QT export's ability to serve different versions for iPhone vs Computer?</description>
		<content:encoded><![CDATA[<p>this is a very useful write-up.  how do you retain the QT export&#8217;s ability to serve different versions for iPhone vs Computer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Walsh</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-223</link>
		<dc:creator>Rob Walsh</dc:creator>
		<pubDate>Fri, 01 Oct 2010 12:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-223</guid>
		<description>@david,

I just retested and it's working fine for me. maybe try clearing your cache?</description>
		<content:encoded><![CDATA[<p>@david,</p>
<p>I just retested and it&#8217;s working fine for me. maybe try clearing your cache?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bootle</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-222</link>
		<dc:creator>David Bootle</dc:creator>
		<pubDate>Fri, 01 Oct 2010 04:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-222</guid>
		<description>Great tutorial Rob... thanks very much for the walkthrough. Unfortunately my iPad is crashing despite the fact that you've removed the Typekit fonts. Does it definitely work on yours? I hope it's not just me :(</description>
		<content:encoded><![CDATA[<p>Great tutorial Rob&#8230; thanks very much for the walkthrough. Unfortunately my iPad is crashing despite the fact that you&#8217;ve removed the Typekit fonts. Does it definitely work on yours? I hope it&#8217;s not just me <img src='http://www.robwalshonline.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Walsh</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-221</link>
		<dc:creator>Rob Walsh</dc:creator>
		<pubDate>Tue, 21 Sep 2010 16:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-221</guid>
		<description>@chris,

It looks like the the iPad's version of Safari was crashing because of an issue with iPads and Typekit &lt;a href ="http://twitter.com/typekit/statuses/25125862924" rel="nofollow"&gt;as described here&lt;/a&gt;. I removed the Typekit classes and retested and it works fine now.

Thanks!</description>
		<content:encoded><![CDATA[<p>@chris,</p>
<p>It looks like the the iPad&#8217;s version of Safari was crashing because of an issue with iPads and Typekit <a href ="http://twitter.com/typekit/statuses/25125862924" rel="nofollow">as described here</a>. I removed the Typekit classes and retested and it works fine now.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marten</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-215</link>
		<dc:creator>marten</dc:creator>
		<pubDate>Wed, 18 Aug 2010 06:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-215</guid>
		<description>Hi Rob,

If you want complete control over the look&amp;feel of the player, flash seems a good solution. Good for you to know that the (de facto standard) JW Player, or at least as of version 5, supports h264 encoded quicktime movies.

Cheers!

---------
you wrote: Since IE doesn’t support HTML5 video, you can make the fallback whatever you want. You can make it flash or whatever - I only used a quicktime file because I didn’t feel like encoding the video into yet another format.</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>If you want complete control over the look&amp;feel of the player, flash seems a good solution. Good for you to know that the (de facto standard) JW Player, or at least as of version 5, supports h264 encoded quicktime movies.</p>
<p>Cheers!</p>
<p>&#8212;&#8212;&#8212;<br />
you wrote: Since IE doesn’t support HTML5 video, you can make the fallback whatever you want. You can make it flash or whatever - I only used a quicktime file because I didn’t feel like encoding the video into yet another format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.robwalshonline.com/posts/tutorial-serving-html5-video-cross-browser-including-ipad/comment-page-1/#comment-213</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robwalshonline.com/?p=306#comment-213</guid>
		<description>i dont know why but if i load the demo website with the ipad the whole safari browser crashes...</description>
		<content:encoded><![CDATA[<p>i dont know why but if i load the demo website with the ipad the whole safari browser crashes&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

