mwahahaha

lying about mpeg 4 visual being avc1 lets it work in hls
This commit is contained in:
Brooke Vibber 2023-03-27 12:24:04 -07:00
commit 02c01d60cf
3 changed files with 55 additions and 16 deletions

View file

@ -22,6 +22,26 @@
<source type=application/vnd.apple.mpegurl src=fmp4.vp9.m3u8>
</video>
<p>HLS MPEG-4 Visual+Opus or MPEG-4 Visual+MP3:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.mpeg4.m3u8>
</video>
<p>HLS MPEG-4 Visual+MP3:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.mpeg4-mp3.m3u8>
</video>
<p>HLS MPEG-4 Visual+AAC:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.mpeg4-aac.m3u8>
</video>
<p>HLS VP9+Opus or VP9+MP3, with MPEG-4 Visual fallback:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.vp9-mpeg4.m3u8>
</video>
<p>HLS VP9+Opus or VP9+MP3, with h.264 fallback:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.vp9-h264.m3u8>
@ -39,6 +59,11 @@
<source type=application/vnd.apple.mpegurl src=fmp4.480p.h264.mp4.m3u8>
</video>
<p>HLS MPEG-4 Visual in fMP4:</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=fmp4.480p.mpeg4.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>