test/index.html
author ymh <ymh.work@gmail.com>
Fri, 18 Oct 2024 10:24:57 +0200
changeset 1074 231ea5ea7de4
parent 1073 687133dc13cf
permissions -rw-r--r--
change http to https for default thumb

<!doctype html>
<html>

    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title>Metadataplayer test configurations</title>
        <link href='open-sans/css/fonts.css' 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="placeholderplayer.html">with Placeholder Player instead of video</a></h2></li>
            <li><h2><a href="jwplayer.html">with JwPlayer (default on Ldt Platform, uses custom player functions)</a></h2></li>
            <li><h2><a href="oggvideo.html">with HTML5/OGG (compatible with Firefox and Chrome)</a></h2></li>
            <li><h2><a href="mp4video.html">with MP4 (HTML5 with compatible browsers, JwPlayer with others)</a></h2></li>
            <li><h2><a href="youtube.html">with Youtube (uses Popcorn.js and the Popcorn Youtube plugin/player)</a></h2></li>
            <li><h2><a href="vimeo.html">with Vimeo (uses Popcorn.js and the Popcorn Vimeo plugin/player)</a></h2></li>
            <li><h2><a href="dailymotion.html">with Dailymotion (uses custom player functions)</a></h2></li>
            <li><h2><a href="videojs.html">with Videojs (uses custom player functions)</a></h2></li>
        </ul>
    </body>
</html>