diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index e93f1bb351..d40bee1fe7 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -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')) {