Merge pull request #3113 from Jellifi007/h264-level-52-fix

This commit is contained in:
Bill Thornton
2021-10-26 17:45:51 -04:00
committed by GitHub
+2 -1
View File
@@ -749,7 +749,8 @@ import browser from './browser';
}
// Support H264 Level 52 (Tizen 5.0) - app only
if (browser.tizenVersion >= 5 && window.NativeShell) {
if ((browser.tizenVersion >= 5 && window.NativeShell) ||
videoTestElement.canPlayType('video/mp4; codecs="avc1.640834"').replace(/no/, '')) {
maxH264Level = 52;
}