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()