Increase the minimum version of Tizen that supports native fMP4 to 5
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user