Add HEVC in TS for Tizen and webOS

This commit is contained in:
Dmitry Lyzo 2021-03-20 11:56:51 +03:00
parent f21fc934ca
commit 0bcf868029

View File

@ -463,6 +463,10 @@ import browser from './browser';
if (!browser.safari) {
mp4VideoCodecs.push('hevc');
}
if (browser.tizen || browser.web0s) {
hlsInTsVideoCodecs.push('hevc');
}
}
if (supportsMpeg2Video()) {