diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 7bc2f6a6b7..c265063379 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -463,6 +463,10 @@ import browser from './browser'; if (!browser.safari) { mp4VideoCodecs.push('hevc'); } + + if (browser.tizen || browser.web0s) { + hlsInTsVideoCodecs.push('hevc'); + } } if (supportsMpeg2Video()) {