From 4a17964e67851709d7c1f5dbd2ab43679357e752 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 3 May 2021 12:37:32 -0400 Subject: [PATCH] Merge pull request #2519 from dmitrylyzo/fix-hevc-in-ts Add HEVC in TS for Tizen and webOS (cherry picked from commit 59053ab6aef9e7063238fb156660d02df2fb936e) Signed-off-by: Joshua M. Boniface --- 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()) {