Add Tizen version check
This commit is contained in:
parent
603472cfb6
commit
d6ab058661
2 changed files with 4 additions and 1 deletions
|
@ -216,7 +216,7 @@ define(['browser'], function (browser) {
|
|||
supported = browser.tizen || browser.orsay || browser.web0s || browser.edgeUwp;
|
||||
// New Samsung TV don't support XviD/DivX
|
||||
// Explicitly add supported codecs to make other codecs be transcoded
|
||||
if (browser.tizen) {
|
||||
if (browser.tizenVersion >= 4) {
|
||||
videoCodecs.push('h264');
|
||||
if (canPlayH265(videoTestElement, options)) {
|
||||
videoCodecs.push('h265');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue