mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Add HEVC in TS for Tizen and webOS
This commit is contained in:
parent
f21fc934ca
commit
0bcf868029
@ -463,6 +463,10 @@ import browser from './browser';
|
||||
if (!browser.safari) {
|
||||
mp4VideoCodecs.push('hevc');
|
||||
}
|
||||
|
||||
if (browser.tizen || browser.web0s) {
|
||||
hlsInTsVideoCodecs.push('hevc');
|
||||
}
|
||||
}
|
||||
|
||||
if (supportsMpeg2Video()) {
|
||||
|
Loading…
Reference in New Issue
Block a user