Merge pull request #2672 from nyanmisaka/patch-1
Remove OPUS from supported HLS audio formats
(cherry picked from commit 95256a87b5)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
b589363d31
commit
f2cbfbb549
@@ -414,8 +414,10 @@ import browser from './browser';
|
||||
|
||||
if (canPlayAudioFormat('opus')) {
|
||||
videoAudioCodecs.push('opus');
|
||||
hlsInTsVideoAudioCodecs.push('opus');
|
||||
webmAudioCodecs.push('opus');
|
||||
if (browser.tizen) {
|
||||
hlsInTsVideoAudioCodecs.push('opus');
|
||||
}
|
||||
}
|
||||
|
||||
if (canPlayAudioFormat('flac')) {
|
||||
|
||||
Reference in New Issue
Block a user