wip
This commit is contained in:
parent
1b0a741438
commit
43f577bfb9
31 changed files with 2004 additions and 110 deletions
28
standalone.html
Normal file
28
standalone.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>HLS VP9/fMP4 test</title>
|
||||
<link rel=stylesheet type=text/css href=video-js/video-js.css>
|
||||
</head>
|
||||
<body>
|
||||
<h1>iOS HLS VP9 fallback test</h1>
|
||||
|
||||
<p>WebM VP9/Opus and VP8/Vorbis with fallback HLS with VP9-and-AAC-in-fMP4.</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type="video/webm; codecs="vp9, opus"" src=standalone-vp9.webm>
|
||||
<source type="video/webm; codecs="vp8, vorbis"" src=standalone-vp8.webm>
|
||||
<source type=application/vnd.apple.mpegurl src=standalone-vp9-aac.m3u8>
|
||||
</video>
|
||||
|
||||
<p>Only HLS with VP9-and-AAC-in-fMP4.</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type=application/vnd.apple.mpegurl src=standalone-vp9-aac.m3u8>
|
||||
</video>
|
||||
|
||||
<p>Direct VP9-and-AAC-in-fMP4.</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type="video/mp4" src=standalone-vp9-aac.mp4>
|
||||
</video>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue