it works
This commit is contained in:
parent
cab52f32f9
commit
879832dbc9
3 changed files with 39 additions and 6 deletions
27
fmp4.html
27
fmp4.html
|
|
@ -27,5 +27,32 @@
|
|||
<source type=application/vnd.apple.mpegurl src=fmp4.vp9-h264.m3u8>
|
||||
</video>
|
||||
|
||||
<h2>Component tracks</h2>
|
||||
|
||||
<p>HLS VP9 in fMP4:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type=application/vnd.apple.mpegurl src=fmp4.480p.vp9.mp4.m3u8>
|
||||
</video>
|
||||
|
||||
<p>HLS h.264 in fMP4:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type=application/vnd.apple.mpegurl src=fmp4.480p.h264.mp4.m3u8>
|
||||
</video>
|
||||
|
||||
<p>HLS Opus in fMP4:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type=application/vnd.apple.mpegurl src=fmp4.audio.opus.mp4.m3u8>
|
||||
</video>
|
||||
|
||||
<p>HLS AAC in fMP4:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type=application/vnd.apple.mpegurl src=fmp4.audio.aac.mp4.m3u8>
|
||||
</video>
|
||||
|
||||
<p>HLS MP3:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type=application/vnd.apple.mpegurl src=fmp4.audio.mpeg.mp3.m3u8>
|
||||
</video>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue