initial commit
This commit is contained in:
commit
68691c29ad
227 changed files with 375909 additions and 0 deletions
32
webm.html
Normal file
32
webm.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>HLS WebM test with codec</title>
|
||||
</head>
|
||||
<p>
|
||||
<h1>HLS WebM test with codec</h1>
|
||||
|
||||
<p>HLS VP9 in WebM</p>
|
||||
<video id=hls1 controls width=640 height=360>
|
||||
<source type="application/vnd.apple.mpegurl" src=av-vpx-webm.m3u8>
|
||||
</video>
|
||||
|
||||
<p>HLS VP9 in WebM with long codec</p>
|
||||
<video id=hls2 controls width=640 height=360>
|
||||
<source type="application/vnd.apple.mpegurl" src=av-vpx2-webm.m3u8>
|
||||
</video>
|
||||
|
||||
|
||||
<p>HLS VP9 in WebM, AAC in MP4</p>
|
||||
<video id=hls3 controls width=640 height=360>
|
||||
<source type="application/vnd.apple.mpegurl" src=vpx-webm.m3u8>
|
||||
</video>
|
||||
|
||||
<p>HLS VP9 in WebM with long codec, AAC in MP4</p>
|
||||
<video id=hls4 controls width=640 height=360>
|
||||
<source type="application/vnd.apple.mpegurl" src=vpx2-webm.m3u8>
|
||||
</video>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue