techgearz

YouTube HTML5 videos do not support Firefox.

In: apple| browser| google| internet| opensource

12 Mar 2010



What is HTMLHTML reviewsHTML reviews 5  ?
Its a new web standard for developing web sites and web applications. W3C is bringing in more advance features in HTML, so that you can develop more interactive features in your web applications and users can access them without downloading any plugins like flash player or Microsoft silverlight plugins or any such replated plugins. These features will be built in your browsers, For example, HTML5 introduced a <video> tag to show videos in your website; in current version of HTML you do it either by <object> / <embed> tags which also require you to download some plugins / activex controls for flash or silverlight.

YouTubeYouTubeYouTube has recently launched HTML5 version, which plays video with the HTML5 <video> control. EarlyEarly reviewsEarly reviews you need to download a flash player to view youtube videos and with HTML5 you need not do that. This version was released since AppleApple reviewsApple reviews launched the iPAD which do not support flash and has only HTML5 video support. So now iPad users can view YouTube HTML5 videos using HTML5 enabled safari browser.

But YouTube do not support FirefoxFirefoxFirefox… and what is the reason.

YouTube videos are using H.264 codec to convert their videos which is a patented technology, meaning that it is illegal to use without paying license fees. ( GoogleGoogleGoogle and Apple are paying a huge amount for using this codec.)

Which means that if your need to show Youtube videos using HTML5 You need to embeed this codec in browsers HTML parser.

Firefox is a free open souce product which designed with open web concept and they do not believe in using paid codecs in their browser. Firefox support open media format. (.OGG format)

Youtube using H.264 codec has brough a big hurdle for Firefox users. Though Youtube Flash player is still supported and firefox users can view youtube video.  At present youtube HTML5 vides are only supported by Google ChromeGoogle ChromeGoogle Chrome, Apple Safari and Microsoft IE with Google Chrome extension.

HopeHope reviewsHope reviews soon firefox will come with some work around to access YouTubes HTML5 videos in Firefox.

Below is a Demo of  HTML5 video, This video is in Open Media Format ( .Ogg format )… u can view it in ChromeChromeChrome, FireFox, OperaOperaOpera, IE with Chrome extension and SafariSafariSafari / other HTML5 compatible browsers

Source Code :
<video src="http://videobin.org/+yz/14s.ogg" id="video" 
width="300" height="240" autoplay controls></video>

blog comments powered by Disqus



Techgearz on Facebook