diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index eda0acd3de..fe789830b6 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -1224,7 +1224,7 @@ } if (stream.BitRate && stream.Codec != "mjpeg") { - attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1000)) + ' kbps')); + attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1024)) + ' kbps')); } if (stream.SampleRate) {