diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index afa8c8df7..29c7b107f 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -536,7 +536,7 @@ export default function (options) { } } - if (canPlayAudioFormat('flac')) { + if (canPlayAudioFormat('flac') && !browser.tizen) { videoAudioCodecs.push('flac'); hlsInFmp4VideoAudioCodecs.push('flac'); }