diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js index afab402fd6..e9c35e869c 100644 --- a/dashboard-ui/scripts/mediaplayer.js +++ b/dashboard-ui/scripts/mediaplayer.js @@ -1,4 +1,4 @@ -(function (document, setTimeout, clearTimeout, screen, localStorage, $, setInterval, window) { +(function (document, setTimeout, clearTimeout, screen, localStorage, $, setInterval, window) { function mediaPlayer() { @@ -470,7 +470,7 @@ } else if (videoStream.Width >= 720) { - baseParams.videoBitrate = 420000; + baseParams.videoBitrate = 700000; } } @@ -1590,6 +1590,7 @@ } if (maxAllowedWidth >= 480) { + options.push({ name: '480p+', maxWidth: 720, videoBitrate: 700000 }); options.push({ name: '480p', maxWidth: 720, videoBitrate: 420000 }); } if (maxAllowedWidth >= 360) {