Increase the minimum version of Tizen that supports native fMP4 to 5

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2024-03-19 17:40:13 +08:00
parent 2ea1599e94
commit 6875f28c36
+1 -1
View File
@@ -68,7 +68,7 @@ function canPlayNativeHls() {
}
function canPlayNativeHlsInFmp4() {
if (browser.tizenVersion >= 3 || browser.web0sVersion >= 3.5) {
if (browser.tizenVersion >= 5 || browser.web0sVersion >= 3.5) {
return true;
}