From 0bcf868029e2d35651b09e246718dcac48c28489 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sat, 20 Mar 2021 11:56:51 +0300 Subject: [PATCH] Add HEVC in TS for Tizen and webOS --- src/scripts/browserDeviceProfile.js | 4 ++++ 1 file changed, 4 insertions(+) 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()) {