1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-07-31 13:58:06 -04:00
parent c74ba9980b
commit 862871630a
6 changed files with 23 additions and 38 deletions

View file

@ -286,6 +286,11 @@ define(['browser'], function (browser) {
hlsVideoAudioCodecs.push('mp3');
}
if (isEdgeUniversal()) {
videoAudioCodecs.push('dca');
videoAudioCodecs.push('truehd');
}
if (canPlayH264()) {
profile.DirectPlayProfiles.push({
Container: 'mp4,m4v',