<!DOCTYPE html>
<html>
    <head>
        <meta charset=utf-8>
        <title>HLS VP9/fMP4 codec variants test</title>
        <link rel=stylesheet type=text/css href=video-js/video-js.css>
    </head>
    <body>
        <h1>HLS VP9/fMP4 codec variants test</h1>

        <h2>Caminandes - Llamigos</h2>

        <p><a href="fmp4.html">back to main fmp4 entry</a></p>

        <h3>Lying about video type (marked as if h.264):</h3>

        <p>Motion-JPEG .mp4 + Opus/MP3:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.mjpeg.lie.m3u8>
        </video>

        <p>Motion-JPEG .mov + Opus/MP3:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.mjpeg.mov.lie.m3u8>
        </video>

        <p>H.263 .3gp + Opus/MP3:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.h263.3gp.m3u8>
        </video>

        <p>MPEG-4 Visual .mp4 + Opus/MP3:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.mpeg4.m3u8>
        </video>

    </body>
</html>