mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3113 from Jellifi007/h264-level-52-fix
This commit is contained in:
commit
957ba3b3c2
1 changed files with 2 additions and 1 deletions
|
@ -749,7 +749,8 @@ import browser from './browser';
|
|||
}
|
||||
|
||||
// Support H264 Level 52 (Tizen 5.0) - app only
|
||||
if (browser.tizenVersion >= 5 && window.NativeShell) {
|
||||
if ((browser.tizenVersion >= 5 && window.NativeShell) ||
|
||||
videoTestElement.canPlayType('video/mp4; codecs="avc1.640834"').replace(/no/, '')) {
|
||||
maxH264Level = 52;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue