more notes
This commit is contained in:
parent
66db620fea
commit
f6ee5ec9a1
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue