What is HTML5 Video?
- HTML5 video is an element for the purpose of playing videos or movies in HTML5 specification.
- HTML5 video is intended by its creators to become the new standard way to show video on the web without plugins.
- Video will be shown inside the web page, like flash.
HTML5 Video Web Page
<video src="movie.mp4" poster="movie.jpg" controls>
</video>
- HTML5 video page source example
<html>
<head>
</head>
<body>
<video src="http://10.192.225.226/movie.mp4" width="640" height="480" controls="true">
</video>
</body>
</html>
HTML5 Video Rendering Path
Performance Data in i.MX6Q with Android ICS
- With LVDS display, H264@1080p@20Mbps
- With HDMI 1080p display, H264@1080p@10Mbps
HTML5 Video Website
- Some HTML5 Video website when accessing with android platform
HTML5 reference document
http://dev.w3.org/html5/spec/single-page.html?utm_source=dlvr.it&utm_medium=feed
http://en.wikipedia.org/wiki/HTML5