Skip to content
Calixo
CCTV & Networking

CBR vs VBR: How Camera Bitrate Mode Changes Your Bandwidth Math

CBR vs VBR camera bitrate explained — why constant bitrate is the safe assumption for network bandwidth sizing, and where variable bitrate can genuinely save bandwidth without the same guarantee.

Published July 14, 2026

The bitrate number on a camera’s spec sheet doesn’t mean the same thing for every camera — CBR vs VBR camera bitrate mode fundamentally changes whether that number is a hard guarantee or a rough average, and getting this distinction wrong is a genuine, specific way network bandwidth sizing goes wrong.

A close-up shot of a modern, mounted surveillance camera highlighting security and surveillance.
Photo by Mateusz Feliksik on Pexels
Man in a control room overseeing multiple monitors displaying various scenes.
Photo by Samon Yu on Pexels

The core difference

CBR (Constant Bitrate)

Encoder targets a fixed data rate continuously, regardless of scene complexity — bandwidth usage is predictable and stable.

VBR (Variable Bitrate)

Encoder adjusts data rate based on scene complexity — a static scene uses less bandwidth than a busy, high-motion one.

CBR (constant bitrate) encoding targets a fixed data rate at all times, regardless of how much is actually happening in the camera’s field of view — a static, empty hallway and a busy, high-motion scene both consume essentially the same bandwidth under CBR. VBR (variable bitrate) instead adjusts the actual data rate based on scene complexity, using less bandwidth during quiet periods and more during motion-heavy moments, targeting a consistent visual quality level rather than a consistent data rate.

Why this matters for bandwidth sizing specifically

CBR: fixed rate Spec-sheet bitrate = actual worst-case bandwidth
VBR: variable rate Spec-sheet bitrate = average, not guaranteed maximum

This distinction goes directly to the heart of what the Network Bandwidth Calculator’s sum-of-bitrates approach actually assumes: it treats every camera’s bitrate figure as a sustained, worst-case number — which is exactly true for CBR cameras, and only approximately true, in an average sense, for VBR cameras. Sizing a network link using each camera’s average VBR bitrate risks under-provisioning for the moments when several cameras simultaneously experience high motion (a busy retail floor at peak hours, multiple traffic cameras during rush hour) and their real-time bitrates spike well above their nominal average simultaneously.

A worked comparison

8 CBR cameras @ 2048 Kbps (guaranteed)
16.38 Mbps, always
8 VBR cameras @ 2048 Kbps average
16.38 Mbps average, higher at peak motion

CBR bandwidth = sum of fixed rates (reliable)

VBR bandwidth = sum of average rates, with real peaks exceeding this during simultaneous high-motion events.

For 8 CBR cameras rated at 2048 Kbps each, the Network Bandwidth Calculator’s 16.38 Mbps output is a genuine, reliable ceiling — that link will never need to carry more than that from those cameras. For 8 VBR cameras with the identical average 2048 Kbps rating, 16.38 Mbps is a reasonable typical-load estimate, but a link sized to exactly that figure could genuinely be undersized during a scenario where several cameras simultaneously spike well above their average rate.

💡
Did you know?

Most VBR encoders let you set a maximum bitrate cap alongside a target average — using that capped maximum, rather than the average, in a bandwidth sizing calculation gives the same reliable-ceiling guarantee that CBR provides natively, at the cost of somewhat higher typical bandwidth usage than a pure average-based estimate would suggest.

Why VBR exists despite this bandwidth predictability tradeoff

VBR isn’t a worse technology than CBR — it exists specifically because it can meaningfully reduce both bandwidth usage and storage consumption compared to CBR, for the same target visual quality, by not “wasting” bits maintaining a fixed rate during genuinely low-motion periods (which, for many camera placements, is the substantial majority of actual recording time). For storage sizing specifically, this can produce real, worthwhile savings over a CBR-equivalent system. The tradeoff is exactly the bandwidth predictability this article covers: that storage and bandwidth saving comes at the cost of a less guaranteed, average-based bandwidth figure rather than CBR’s hard ceiling.

Practical guidance for sizing with each mode

Camera modeBandwidth sizing approach
CBRUse the rated bitrate directly — it’s a reliable ceiling
VBR with a set max capUse the max cap, not the average, for a reliable ceiling
VBR without a visible capUse the average bitrate plus meaningful extra headroom, or check the encoder’s actual maximum

For network links carrying a mix of CBR and VBR cameras, sizing based on each camera’s most conservative available figure (CBR’s rated bitrate, or VBR’s capped maximum where available) keeps the Network Bandwidth Calculator’s sum-of-bitrates output meaningfully reliable, rather than an optimistic average that could be exceeded during a genuinely busy, high-motion period across multiple cameras simultaneously.

Checking which mode a camera actually uses

Camera configuration interfaces typically expose bitrate mode as an explicit setting (often literally labeled “CBR” or “VBR,” sometimes alongside a related “quality priority” or “bitrate priority” toggle) rather than requiring guesswork — checking this setting directly, camera by camera, before committing to a bandwidth sizing figure is worth the few minutes it takes, especially for a larger installation where the CBR/VBR mix might not be uniform across every camera. Whichever mode a camera uses, building in reasonable headroom beyond the resulting figure is still worthwhile.

FAQ

Which mode should I use for reliable network bandwidth sizing? CBR gives the most straightforwardly reliable bandwidth ceiling, since the rated bitrate is genuinely constant. If using VBR, sizing against the encoder’s set maximum bitrate cap (not the average) gives a comparably reliable figure.

Does VBR actually save real bandwidth compared to CBR? Yes, typically — VBR reduces data rate during low-motion periods, which for many camera placements represents the majority of recording time, producing genuine average bandwidth and storage savings compared to an equivalent CBR configuration.

What happens if I size my network for VBR average bitrate and several cameras spike simultaneously? The network link could genuinely be oversubscribed at that moment, potentially causing dropped frames, increased latency, or recording gaps — this is exactly the scenario a maximum-bitrate-cap-based sizing approach protects against.

Is CBR always the “safer” choice for a CCTV installation? For bandwidth and storage predictability specifically, yes — but VBR’s bandwidth and storage savings are a genuine, legitimate benefit for installations where predictable peak sizing isn’t critical or where a bitrate cap is properly configured.

Can I mix CBR and VBR cameras on the same network link? Yes — just size the link using each camera’s most conservative available bitrate figure (rated bitrate for CBR, capped maximum for VBR) rather than mixing average-based and worst-case-based numbers inconsistently.

Does resolution or bitrate mode matter more for bandwidth sizing? Bitrate mode and the actual bitrate number matter directly — resolution alone doesn’t determine bandwidth, since two cameras at the same resolution can have very different bitrates depending on codec, bitrate mode, and quality settings. See resolution vs bitrate vs frame rate for the full breakdown.

The codec itself — H.264 versus H.265 — is a separate, equally important factor layered on top of bitrate mode.

Related calculators