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

        <h2>Caminandes - Llamigos</h2>

        <p><a href="index.html">back to main fmp4 entry</a></p>
        <h2>Component tracks</h2>

        <p>VP9 .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.480p.vp9.mp4.m3u8>
        </video>

        <p>VP8 .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.480p.vp8.mp4.m3u8>
        </video>

        <p>MJPEG .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.120p.mjpeg.mp4.m3u8>
        </video>

        <p>MJPEG .mov:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.120p.mjpeg.mov.m3u8>
        </video>

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

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

        <p>h.264 .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.480p.h264.mp4.m3u8>
        </video>

        <p>Opus audio .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.audio.opus.mp4.m3u8>
        </video>

        <p>AAC audio .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.audio.aac.mp4.m3u8>
        </video>

        <p>MP3 audio .mp3:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mp3.m3u8>
        </video>

        <p>MP3 audio .mov:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mov.m3u8>
        </video>

        <p>MP3 audio .mp4:</p>
        <video controls width=640 height=360>
            <source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mp4.m3u8>
        </video>

    </body>
</html>