test/mp4video.htm
branchnew-model
changeset 917 eb8677d3a663
child 919 972099304059
equal deleted inserted replaced
916:ec6849bbbdcc 917:eb8677d3a663
       
     1 <!doctype html>
       
     2 <html>
       
     3 
       
     4     <head>
       
     5         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
       
     6         <title>Metadataplayer test with HTML5 / OGG Video</title>
       
     7         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
       
     8         <link href='test.css' rel='stylesheet' type='text/css'>
       
     9         <script type="text/javascript" src="metadataplayer/LdtPlayer-core.js" type="text/javascript"></script>
       
    10         <script type="text/javascript" src="test-config.js" type="text/javascript"></script>
       
    11     </head>
       
    12 
       
    13     <body>
       
    14         <h1>Metadataplayer test with HTML5 / H.264 Video - Does not work with Firefox and Chrome</h1>
       
    15         <div id="LdtPlayer"></div>
       
    16         <div id="AnnotationsListContainer"></div>
       
    17         <script type="text/javascript">
       
    18             testConfig('json/ldt-ogv.json', true, "trailer.mp4", "html5");
       
    19         </script>
       
    20     </body>
       
    21 </html>