MBR
Initialism of maximum bitrate.
MBR: the speed limit on your data stream
Maximum bitrate (MBR) is the highest rate at which data can be transmitted or processed through a digital system, measured in megabits per second (Mbps) or gigabits per second (Gbps). It represents a hard ceiling: the system cannot exceed this throughput under any circumstances, whether due to hardware limitations, protocol constraints, or intentional design.
In video streaming and content delivery, MBR serves a specific function: it caps the bitrate of a video file or transmission to prevent buffer overflow and ensure compatibility across networks of varying capacity. A video stream encoded at 5 Mbps MBR will never demand more bandwidth than that, even if the source material could support higher quality. This is different from average bitrate, which describes typical consumption; MBR is the absolute worst-case scenario your network must handle.
Different standards define MBR differently. MPEG-2 video has an MBR of 104 Mbps for broadcast television; H.264 allows higher rates depending on profile and level. USB 3.0 specifies 400 Mbps; Ethernet standards range from 100 Mbps to 400 Gbps. The MBR is often stamped into hardware specifications or codec profiles at design time, making it non-negotiable in that implementation.
Problems arise when an MBR is set too low for the content it must carry, forcing excessive compression and visible quality loss, or when network conditions fall below the required MBR and streaming freezes. Congestion on shared networks can push actual throughput below the system's MBR, bottlenecking the entire link. Testing equipment must therefore measure not just average bitrate but also peak bitrate and compliance with declared MBR limits.
MBR appears constantly in specifications you must negotiate: SDI video interfaces, wireless protocols, fiber optic links, and API rate-limiting. Understanding whether a stated rate is MBR, average bitrate, or peak bitrate is essential to system design; confusing them leads to undersized infrastructure or wasted capacity.