mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4946 from dmitrylyzo/backport/tizen-remove-h264-10bit
Remove H264 10bit support on Samsung TV (Tizen) (Backport #4797)
This commit is contained in:
commit
81b2680c47
1 changed files with 2 additions and 3 deletions
|
@ -848,10 +848,9 @@ export default function (options) {
|
||||||
maxH264Level = 52;
|
maxH264Level = 52;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((browser.tizen
|
if (videoTestElement.canPlayType('video/mp4; codecs="avc1.6e0033"').replace(/no/, '')
|
||||||
|| videoTestElement.canPlayType('video/mp4; codecs="avc1.6e0033"').replace(/no/, ''))
|
|
||||||
// These tests are passing in safari, but playback is failing
|
// These tests are passing in safari, but playback is failing
|
||||||
&& !browser.safari && !browser.iOS && !browser.web0s && !browser.edge && !browser.mobile
|
&& !browser.safari && !browser.iOS && !browser.web0s && !browser.edge && !browser.mobile && !browser.tizen
|
||||||
) {
|
) {
|
||||||
h264Profiles += '|high 10';
|
h264Profiles += '|high 10';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue