From 51d5633ccf096162625021760f5cebf2d1a51760 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 2 Feb 2015 11:49:33 -0500 Subject: [PATCH] update translations --- dashboard-ui/scripts/indexpage.js | 1 + dashboard-ui/scripts/mediaplayer-video.js | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 8aff6e4d38..a3d572b7c3 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -308,6 +308,7 @@ } $(elem).html(html).lazyChildren(); + $(elem).createCardMenus(); }); } diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index 0038f71908..94a641f445 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -1058,11 +1058,8 @@ audioBitrate: mp4Quality.audioBitrate, VideoCodec: mp4Quality.videoCodec, AudioCodec: mp4Quality.audioCodec, - profile: 'baseline', - level: '3', - - // None of the browsers seem to like this - //EnableAutoStreamCopy: false + profile: 'high', + level: '41' })); if (isStatic && mediaSource.Protocol == 'Http' && !mediaSource.RequiredHttpHeaders.length) { @@ -1091,8 +1088,8 @@ audioBitrate: m3U8Quality.audioBitrate, VideoCodec: m3U8Quality.videoCodec, AudioCodec: m3U8Quality.audioCodec, - profile: 'baseline', - level: '3', + profile: 'high', + level: '41', StartTimeTicks: 0, ClientTime: new Date().getTime()