# Video Bitrate Parameters

They are separated in two groups: [source side](#source-side-options) (push) options for the sender of the video and [viewer side](#viewer-side-options) (view) options for the viewer of the video. Some of them are especially for rooms.

Viewer-side `&videobitrate` overrides the sender default from `&outboundvideobitrate`, while `&maxvideobitrate` remains a software-enforced cap. Room-level limits still apply where relevant.

Depending on browser/negotiation, `&videobitrate` and `&outboundvideobitrate` can also be enforced via SDP munging and may act as caps.

## Source side options

You have to add them to the source side ([`&push`](https://docs.vdo.ninja/advanced-settings/setup-parameters/push)).

<table><thead><tr><th width="150">Parameter</th><th>Explanation</th></tr></thead><tbody><tr><td><a href="video-bitrate-parameters/and-outboundvideobitrate"><code>&#x26;outboundvideobitrate</code></a></td><td>Default target video bitrate for outgoing streams</td></tr><tr><td><a href="video-bitrate-parameters/and-maxvideobitrate"><code>&#x26;maxvideobitrate</code></a></td><td>Hard max video bitrate out for this publisher, per stream</td></tr><tr><td><a href="video-bitrate-parameters/limittotalbitrate"><code>&#x26;limittotalbitrate</code></a></td><td>Limits the total outbound bitrate</td></tr><tr><td><a href="video-bitrate-parameters/and-controlroombitrate"><code>&#x26;controlroombitrate</code></a></td><td>Allows a guest to control their total room video bitrate dynamically from the settings panel (under video settings)</td></tr><tr><td><a href="video-bitrate-parameters/roombitrate"><code>&#x26;roombitrate</code></a></td><td>Limits any guest viewer in the group chat room from pulling the video stream at more than the specified bitrate value</td></tr><tr><td><a href="video-bitrate-parameters/and-maxbandwidth"><code>&#x26;maxbandwidth</code></a></td><td>Judges the available bandwidth of a sender's connection</td></tr></tbody></table>

## **Viewer side options**

You have to add them to the viewer side ([`&room`](https://docs.vdo.ninja/advanced-settings/setup-parameters/room) or [`&view`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/view) or [`&scene`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/scene) or [`&solo`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/and-solo)).

<table><thead><tr><th width="150">Parameter</th><th>Explanation</th></tr></thead><tbody><tr><td><a href="video-bitrate-parameters/bitrate"><code>&#x26;videobitrate</code></a></td><td>Sets the "desired target" bitrate in kbps</td></tr><tr><td><a href="video-bitrate-parameters/and-totalscenebitrate"><code>&#x26;totalscenebitrate</code></a></td><td>Max. video bitrate a scene uses</td></tr><tr><td><a href="video-bitrate-parameters/totalroombitrate"><code>&#x26;totalroombitrate</code></a></td><td>The total bitrate a guest in a room can view video streams with</td></tr><tr><td><a href="video-bitrate-parameters/and-totalbitrate"><code>&#x26;totalbitrate</code></a></td><td>Sets both <a href="video-bitrate-parameters/and-totalscenebitrate"><code>&#x26;totalscenebitrate</code></a> and <a href="video-bitrate-parameters/totalroombitrate"><code>&#x26;totalroombitrate</code></a> flags</td></tr><tr><td><a href="video-bitrate-parameters/and-zoomedbitrate"><code>&#x26;zoomedbitrate</code></a></td><td>Lets you set the target bitrate for a guest when they 'zoom in' (fullscreen) on a video</td></tr><tr><td><a href="video-bitrate-parameters/optimize"><code>&#x26;optimize</code></a></td><td>Video bitrate reduced when the video is not visible in OBS (not active in a scene)</td></tr><tr><td><a href="screen-share-parameters/and-screensharebitrate"><code>&#x26;screensharebitrate</code></a></td><td>Lets you manually set the video bitrate for screen-shares</td></tr></tbody></table>

## Related

{% content-ref url="video-parameters" %}
[video-parameters](https://docs.vdo.ninja/advanced-settings/video-parameters)
{% endcontent-ref %}

{% content-ref url="../guides/video-bitrate-in-rooms" %}
[video-bitrate-in-rooms](https://docs.vdo.ninja/guides/video-bitrate-in-rooms)
{% endcontent-ref %}

{% content-ref url="../guides/video-bitrate-for-push-view-links" %}
[video-bitrate-for-push-view-links](https://docs.vdo.ninja/guides/video-bitrate-for-push-view-links)
{% endcontent-ref %}
