hls-test/fmp4-tracks.html

77 lines
2.5 KiB
HTML
Raw Normal View History

2023-03-29 17:59:47 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
2023-03-30 17:20:15 +00:00
<title>VP9/fMP4 HLS tracks test</title>
2023-03-29 17:59:47 +00:00
<link rel=stylesheet type=text/css href=video-js/video-js.css>
</head>
<body>
2023-03-30 17:20:15 +00:00
<h1>VP9/fMP4 HLS tracks test</h1>
2023-03-29 17:59:47 +00:00
<h2>Caminandes - Llamigos</h2>
2023-04-04 16:33:12 +00:00
<p><a href="index.html">back to main fmp4 entry</a></p>
2023-03-29 17:59:47 +00:00
<h2>Component tracks</h2>
2023-03-30 17:20:15 +00:00
<p>VP9 .mp4:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.480p.vp9.mp4.m3u8>
</video>
2023-04-14 21:34:48 +00:00
<p>VP8 .mp4:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.480p.vp8.mp4.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<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>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.120p.mjpeg.mov.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>h.263 .3gp:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.288p.h263.3gp.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>MPEG-4 Visual .mp4:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.480p.mpeg4.mp4.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>h.264 .mp4:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.480p.h264.mp4.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>Opus audio .mp4:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.audio.opus.mp4.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>AAC audio .mp4:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.audio.aac.mp4.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>MP3 audio .mp3:</p>
2023-03-29 17:59:47 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mp3.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>MP3 audio .mov:</p>
2023-03-29 23:08:31 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mov.m3u8>
</video>
2023-03-30 17:20:15 +00:00
<p>MP3 audio .mp4:</p>
2023-03-29 23:08:31 +00:00
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mp4.m3u8>
</video>
2023-03-29 17:59:47 +00:00
</body>
</html>