<?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>HTML5 Video Player &#187; html5 video browser support</title>
	<atom:link href="/html5video/tag/html5-video-browser-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5videoplayer.net/html5video</link>
	<description>Software for converting html5 video and embedding into websites!</description>
	<lastBuildDate>Tue, 13 Nov 2012 01:48:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HTML5 Video Browser Compatibility</title>
		<link>http://html5videoplayer.net/html5video/html5-video-browser-compatibility/</link>
		<comments>http://html5videoplayer.net/html5video/html5-video-browser-compatibility/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 03:25:18 +0000</pubDate>
		<dc:creator>html5video</dc:creator>
				<category><![CDATA[HTML5 Player]]></category>
		<category><![CDATA[html5 video]]></category>
		<category><![CDATA[html5 video browser compatibility]]></category>
		<category><![CDATA[html5 video browser support]]></category>
		<category><![CDATA[html5 video compatibility]]></category>

		<guid isPermaLink="false">http://html5videoplayer.net/html5video/?p=24</guid>
		<description><![CDATA[HTML5 defines a new element which specifies a standard way to embed a video/movie on a web page: the &#60;video&#62; element. However we’re concerned about the HTML5 video compatibility, its browser support and compatibility. Currently, there are 3 supported video formats for the &#60;video&#62; element: MP4, WebM, and Ogg. In this article, we will go [...]]]></description>
			<content:encoded><![CDATA[<p>HTML5 defines a new element which specifies a standard way to embed a video/movie on a web page: the &lt;video&gt; element. However we’re concerned about the <a title="HTML5 Videos Guide" href="/html5video/html5-video/">HTML5 video</a> compatibility, its browser support and compatibility. Currently, there are 3 supported video formats for the &lt;video&gt; element: MP4, WebM, and Ogg. In this article, we will go through the issues, problems and solutions you need to know about HTML5 video.</p>
<p>Major browsers that support the &lt;video&gt; element are Internet Explorer 9, Firefox, Opera, Chrome, and Safari. However not all these browsers support all the three HTML5 video formats due to the licensing and patent requirements for some video/audio codec. For example, IE 9 supports MP4, not the other two video formats. Mozilla and Opera refuse to support H.264. For the HTML5 video browser compatibility details, see bellow table:</p>
<p>&nbsp;</p>
<table width="500" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th align="left" width="37%">Browser</th>
<th align="left" width="19%">MP4</th>
<th align="left" width="22%">WebM</th>
<th align="left" width="22%">Ogg</th>
</tr>
<tr>
<td>Internet Explorer 9</td>
<td>YES</td>
<td>NO</td>
<td>NO</td>
</tr>
<tr>
<td>Firefox 4.0</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Google Chrome 6</td>
<td>YES</td>
<td>YES</td>
<td>YES</td>
</tr>
<tr>
<td>Apple Safari 5</td>
<td>YES</td>
<td>NO</td>
<td>NO</td>
</tr>
<tr>
<td>Opera 10.6</td>
<td>NO</td>
<td>YES</td>
<td>YES</td>
</tr>
</tbody>
</table>
<ul>
<li>MP4: MPEG 4 files with H264 video codec and AAC audio codec</li>
<li>WebM: WebM files with VP8 video codec and Vorbis audio codec</li>
<li>Ogg: Ogg files with Theora video codec and Vorbis audio codec</li>
</ul>
<p>For greater browser compatibility for HTML5 videos, we need to embed different HTML5 video formats and files into the same web page for the same video. However this could be a considerable encoding headache for most of us. Thus some <a href="/">HTML5 video players</a> have built-in with the capacity of converting videos into different HTML5 video formats in a batch mode. That&#8217;s to say, you can import one source video clip and such HTML5 video players output 3 different video clips in different HTML5 formats.</p>
<p>Another browser support issue of HTML5 video are about those old browsers, such as Internet Explorer 8 and earlier versions of other browser that do not support the &lt;video&gt; element. To compensate, make sure that you add a fallback Flash version as well. Actually HTML5 Video with a fallback to Flash is very popular now, as Flash is still the most popular video formats around the web nowadays. You will need to put the old-style Flash embedding code inside the HTML5 &lt;video&gt; element as fallback, so that if the browser doesn’t know anything about the HTML5 native video, it defaults to the Flash fallback content inside the tags.</p>
<p>However sometimes, if a plugin such as Flash is not installed on your browsers, the Fallback will not help. For extra html5 video compatibility when Flash is not installed, you can display an image or download link of the HTML5 native videos.</p>
]]></content:encoded>
			<wfw:commentRss>http://html5videoplayer.net/html5video/html5-video-browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
