wip trying with segment muxer

not having luck with the fmp4
just gonna stick with hls i think
This commit is contained in:
Brooke Vibber 2023-02-17 16:51:21 -08:00
commit b14806a74b
5 changed files with 61 additions and 4 deletions

View file

@ -57,7 +57,17 @@
<source type=application/vnd.apple.mpegurl src=new-opus.m3u8>
</video>
<p>HLS MP3 alone (only audio)</p>
<p>HLS MP3 MP4 alone (only audio)</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=new-mp3-mp4.m3u8>
</video>
<p>HLS MP3 TS alone (only audio)</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=new-mp3-ts.m3u8>
</video>
<p>HLS MP3 raw alone (only audio)</p>
<video controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=new-mp3.m3u8>
</video>
@ -77,6 +87,7 @@
['Opus-in-WebM', 'audio/webm; codecs="opus"'],
['VP9-in-MP4', 'video/mp4; codecs="vp09.00.10.08"'],
['Opus-in-MP4', 'audio/mp4; codecs="opus"'],
['MP3-in-MP4', 'audio/mp4; codecs="mp4a.6b"'],
['MP3', 'audio/mp3'],
];
let yes = [];