mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
H264 52 Level available but not detected
This commit is contained in:
parent
aa418cbf41
commit
ecdb90f3c7
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