# \&retransmit

Sender-Side Option! ([`&push`](/advanced-settings/setup-parameters/push.md))

## Details

`&retransmit` is an experimental relay mode for incoming [`&chunked`](/advanced-settings/settings-parameters/and-chunked.md) streams. It lets a client receive a chunked stream and then publish that same encoded stream onward to other viewers without re-encoding it.

This enables a manual peer-to-peer-to-peer relay chain for supported chunked workflows.

### Current expectations

* It is intended for incoming chunked streams.
* It is still experimental and best suited to controlled one-stream workflows.
* It behaves more like a relay or restream node than a normal camera or mic publisher.
* It introduces additional delay depending on buffering, link quality, and recovery settings.

### Example p2p-to-p2p relay setup

```
https://vdo.ninja/?chunked&push=PUBLISHER123
```

This is the source, publishing in chunked mode.

```
https://vdo.ninja/?view=PUBLISHER123&retransmit&push=RESTREAMER123
```

This client receives the source and republishes it as a chunked relay stream.

```
https://vdo.ninja/?view=RESTREAMER123
```

This viewer watches the relayed stream.

{% hint style="info" %}
`&retransmit` remains an advanced experimental option. It is not a fully automatic distribution system, and support varies depending on runtime, buffering, and chunked transport compatibility.
{% endhint %}

## Related

{% content-ref url="/pages/RuI5uNIo2aV3KSIBc2p1" %}
[\&chunked](/advanced-settings/settings-parameters/and-chunked.md)
{% endcontent-ref %}


---

# 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/settings-parameters/and-retransmit.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.
