wip
This commit is contained in:
parent
e508fb2d05
commit
10358547c9
6 changed files with 130 additions and 49 deletions
38
fmp4-lies.html
Normal file
38
fmp4-lies.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue