wip trying with segment muxer
not having luck with the fmp4 just gonna stick with hls i think
This commit is contained in:
parent
74dbc1419f
commit
b14806a74b
5 changed files with 61 additions and 4 deletions
13
new.html
13
new.html
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue