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

update video events

This commit is contained in:
Luke Pulverenti 2015-12-17 11:21:21 -05:00
parent a08715f2f2
commit af998dcfd1
2 changed files with 110 additions and 75 deletions

View file

@ -207,7 +207,7 @@
profile.TranscodingProfiles.push({
Container: 'mkv',
Type: 'Video',
AudioCodec: 'aac' + (canPlayAc3 ? ',ac3' : ''),
AudioCodec: 'aac' + (canPlayAc3 ? ',ac3' : '') + (canPlayMp3 ? ',mp3' : ''),
VideoCodec: 'h264',
Context: 'Streaming'
});
@ -335,7 +335,7 @@
profile.CodecProfiles.push({
Type: 'VideoAudio',
Codec: 'aac',
Codec: 'aac,mp3',
Conditions: [
{
Condition: 'LessThanEqual',