mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update browserdeviceprofile.js
This commit is contained in:
parent
c60eff507b
commit
86484bc9b4
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ define(['browser'], function (browser) {
|
|||
case 'ts':
|
||||
supported = testCanPlayTs();
|
||||
videoCodecs.push('h264');
|
||||
if (canPlayH265(videoTestElement)) {
|
||||
if (canPlayH265(videoTestElement, options)) {
|
||||
videoCodecs.push('h265');
|
||||
videoCodecs.push('hevc');
|
||||
}
|
||||
|
@ -477,7 +477,7 @@ define(['browser'], function (browser) {
|
|||
hlsVideoCodecs.push('h264');
|
||||
}
|
||||
|
||||
if (canPlayH265(videoTestElement)) {
|
||||
if (canPlayH265(videoTestElement, options)) {
|
||||
mp4VideoCodecs.push('h265');
|
||||
mp4VideoCodecs.push('hevc');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue