test/index.htm
author veltr
Wed, 11 Jul 2012 18:22:57 +0200
branchnew-model
changeset 926 e47ed8eb75cd
parent 909 aa0e42229784
child 941 1e64e46a954f
permissions -rw-r--r--
Adaptation for streamer bug on Ldt Platform

<!doctype html>
<html>

    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title>Metadataplayer test configurations</title>
        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
        <link href='test.css' rel='stylesheet' type='text/css'>
    </head>

    <body>
        <h1>Metadataplayer test configurations</h1>
        <ul class="pageindex">
            <li><h2><a href="jwplayer.htm">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
            <li><h2><a href="oggvideo.htm">with HTML5/OGG (uses Popcorn.js, compatible with Firefox and Chrome)</a></h2></li>
            <li><h2><a href="mp4video.htm">with HTML5/MP4 (uses Popcorn.js, compatible with IE, Safari and Chrome)</a></h2></li>
            <li><h2><a href="youtube.htm">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
            <li><h2><a href="dailymotion.htm">with Dailymotion (uses custom player functions)</a></h2></li>
        </ul>
    </body>
</html>