diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index c8a50c17ae..d56c1eb403 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')) {