diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index fb42980fa7..5fb650886a 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -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; }