Merge pull request #2672 from nyanmisaka/patch-1
Remove OPUS from supported HLS audio formats
This commit is contained in:
@@ -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