update components

This commit is contained in:
Luke Pulverenti 2016-01-13 16:22:46 -05:00
parent 2c580f4f73
commit 3578670ef6
37 changed files with 1463 additions and 1145 deletions

View file

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.0.16",
"_release": "1.0.16",
"version": "1.0.17",
"_release": "1.0.17",
"_resolution": {
"type": "version",
"tag": "1.0.16",
"commit": "8058a1a93ad995fd3b7f56019719c33654698df6"
"tag": "1.0.17",
"commit": "f70b1e8c554d92f4a7e3f1e8358ba42971d82492"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.0.0",

View file

@ -171,17 +171,6 @@
}
});
var videoAudioCodecs = [];
if (canPlayMp3) {
videoAudioCodecs.push('mp3');
}
if (canPlayAac) {
videoAudioCodecs.push('aac');
}
if (canPlayAc3) {
videoAudioCodecs.push('ac3');
}
// Can't use mkv on mobile because we have to use the native player controls and they won't be able to seek it
if (canPlayMkv && !browser.mobile) {
profile.TranscodingProfiles.push({
@ -246,7 +235,7 @@
}]
});
var videoAudioChannels = browser.safari ? '2' : '6';
var videoAudioChannels = '6';
profile.CodecProfiles.push({
Type: 'VideoAudio',