# Meshcast Parameters

**Meshcast Parameters** are specific to the [`&meshcast`](/advanced-settings/meshcast-parameters/and-meshcast.md) parameter. They are all parameters for the publisher's side ([`&push`](/advanced-settings/setup-parameters/push.md)) and have to be used together with [`&meshcast`](/advanced-settings/meshcast-parameters/and-meshcast.md).

## Source side options

<table><thead><tr><th width="307.57142857142856">Parameter</th><th>Explanation</th></tr></thead><tbody><tr><td><a href="/pages/ktjnBUJP9QVlUIGZXqRh"><code>&#x26;meshcast</code></a></td><td>Triggers the service, causing the outbound audio/video stream to be transferred to a hosted server</td></tr><tr><td><a href="/pages/gzfG0hwU2RdopUnYCf88"><code>&#x26;meshcastaudiobitrate</code></a></td><td>Option to change outbound audio bitrate of the <code>&#x26;meshcast</code> parameter</td></tr><tr><td><a href="/pages/vWOxsZPftP1bGgTxu7pb"><code>&#x26;meshcastbitrate</code></a></td><td>Option to change outbound video bitrate of the <code>&#x26;meshcast</code> parameter</td></tr><tr><td><a href="/pages/3RZqhJLR9XB9qr95Dzco"><code>&#x26;meshcastcodec</code></a></td><td>Option to change codec of the <code>&#x26;meshcast</code> parameter</td></tr><tr><td><a href="/pages/IVu2QWnjYRn1duRM31r7"><code>&#x26;mcscreensharebitrate</code></a></td><td>Option to change outbound screen-share video bitrate of the <code>&#x26;meshcast</code> parameter</td></tr><tr><td><a href="/pages/Be5RL9sSOls3GXPthGcA"><code>&#x26;mcscreensharecodec</code></a></td><td>Option to change codec of the <code>&#x26;meshcast</code> parameter while screen-sharing</td></tr><tr><td><a href="/pages/hml7f73AqUqxyPI1byc8"><code>&#x26;meshcastscale</code></a></td><td>Scales down the Meshcast video output via the URL</td></tr><tr><td><a href="/pages/sUw8xhpFZAAeCxaoOB01"><code>&#x26;meshcastcode</code></a></td><td>Lets you specify the Meshcast server to use</td></tr></tbody></table>

## **Viewer side options**

<table><thead><tr><th width="310.57142857142856">Parameter</th><th>Explanation</th></tr></thead><tbody><tr><td><a href="/pages/AVKvLDCCk2plh7AFjLlv"><code>&#x26;nomeshcast</code></a></td><td>Tells a sender to provide a p2p stream, rather than a Meshcast stream</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/meshcast-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
