Android HTML5 Video

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Android HTML5 Video

Android HTML5 Video

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.

Picture1.jpg

HTML5 Video Web Page

  • <video> element example

<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

Picture2.jpg

Performance Data in i.MX6Q with Android ICS

  • With LVDS display, H264@1080p@20Mbps
    • Can reach 30 fps
  • With HDMI 1080p display, H264@1080p@10Mbps
    • Can reach 25 fps

HTML5 Video Website

HTML5 reference document

  • SPEC

        http://dev.w3.org/html5/spec/single-page.html?utm_source=dlvr.it&utm_medium=feed

  • Wikipedia page

       http://en.wikipedia.org/wiki/HTML5

ラベル(2)
タグ(2)
評価なし
バージョン履歴
最終更新日:
‎10-24-2012 10:27 PM
更新者: