remove video audio flac on tizen

This commit is contained in:
rafma0 2023-11-03 21:07:37 -03:00
parent e5c8d440c7
commit 436847b901

View File

@ -536,7 +536,7 @@ export default function (options) {
} }
} }
if (canPlayAudioFormat('flac')) { if (canPlayAudioFormat('flac') && !browser.tizen) {
videoAudioCodecs.push('flac'); videoAudioCodecs.push('flac');
hlsInFmp4VideoAudioCodecs.push('flac'); hlsInFmp4VideoAudioCodecs.push('flac');
} }