diff --git a/README.md b/README.md index 7750427..1c6737e 100644 --- a/README.md +++ b/README.md @@ -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" ``` -"CODECS" are just hard-coded defaults, they don't actually represent the real encoding parameters. `hls.js` seem to be fine with this. \ No newline at end of file +`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. \ No newline at end of file