more notes

This commit is contained in:
marcsello 2025-10-09 22:40:50 +02:00
parent 66db620fea
commit f6ee5ec9a1

View file

@ -118,4 +118,6 @@ video/orig/playlist.m3u8
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audios",NAME="",LANGUAGE="und",CHANNELS="6",SAMPLE-RATE=48000,URI="audio/2/playlist.m3u8" #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audios",NAME="",LANGUAGE="und",CHANNELS="6",SAMPLE-RATE=48000,URI="audio/2/playlist.m3u8"
``` ```
"CODECS" are just hard-coded defaults, they don't actually represent the real encoding parameters. `hls.js` seem to be fine with this. `CODECS` are just hard-coded defaults, they don't actually represent the real encoding parameters. `hls.js` seem to be fine with this.
Also `CHANNELS="6"` is fake as well, since the audio streams are transcoded to mp3 and mp3 can only have 2 channels.... `hls.js` seem to be fine with this.