mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #831 from nyanmisaka/high10
Mark h264 high10 as unsupported on mobile browsers
This commit is contained in:
commit
b377878fd3
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ define(['browser'], function (browser) {
|
||||||
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
|
||||||
if (!browser.safari && !browser.iOS && !browser.web0s && !browser.edge) {
|
if (!browser.safari && !browser.iOS && !browser.web0s && !browser.edge && !browser.mobile) {
|
||||||
h264Profiles += '|high 10';
|
h264Profiles += '|high 10';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue