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

update recording audio sync

This commit is contained in:
Luke Pulverenti 2016-05-03 00:17:57 -04:00
parent 06ade66d61
commit a05035ed39

View file

@ -54,7 +54,8 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
profile.DirectPlayProfiles.push({ profile.DirectPlayProfiles.push({
Container: "m4v,3gp,ts,mpegts,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,m2v,avi,mpg,mpeg,mp4,webm", Container: "m4v,3gp,ts,mpegts,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,m2v,avi,mpg,mpeg,mp4,webm",
Type: 'Video' Type: 'Video',
AudioCodec: 'aac,aac_latm,mp3,ac3,wma,dca,pcm,PCM_S16LE,PCM_S24LE,opus,flac'
}); });
profile.CodecProfiles = profile.CodecProfiles.filter(function (i) { profile.CodecProfiles = profile.CodecProfiles.filter(function (i) {