> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vaudiolink.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Scene Share

> Send one-way OBS program video and audio over SRT.

Scene Share sends the host's whole OBS program as one muxed H.264 and AAC stream over SRT. Keeping video and audio in the same stream prevents them from drifting apart during transport.

## Use Scene Share when

* Another creator needs your complete OBS Program as one source.
* Video and audio must stay on one transport and clock.
* The receiver should place the result inside their own OBS layout.
* One-way contribution is appropriate.

<Note>
  Scene Share is one-way. It does not use Follow Discord and is not a replacement for a two-way call.
</Note>

<CardGroup cols={2}>
  <Card title="Sender walkthrough" icon="upload" href="/guides/scene-sender">
    Authorize, choose bitrate, start sending, and share receiver access.
  </Card>

  <Card title="Receiver walkthrough" icon="download" href="/guides/scene-receiver">
    Paste the encrypted URL and add Incoming Program.
  </Card>
</CardGroup>

## Media and OBS result

| Item             | Current workflow           |
| ---------------- | -------------------------- |
| Direction        | One-way sender to receiver |
| Video            | H.264                      |
| Audio            | AAC                        |
| Transport        | Muxed SRT                  |
| Receiver source  | **Incoming Program**       |
| Accountless role | Receiver                   |

<Warning>
  Scene Share sends everything in OBS Program. Remove secrets, private windows, and unintended sources before starting.
</Warning>

## Self-hosting

Select **Self-host → Run on this PC** in the Scene Share dock to start the bundled local server. Send your OBS Program and generate the Receiver SRT URL without using hosted streaming time.

<Card title="Self-host from OBS" icon="server" href="/self-hosting">
  Start the local server and connect the receiver entirely through the product docks.
</Card>

<Card title="Fix Scene Share" icon="stethoscope" href="/troubleshooting/scene-share">
  Diagnose receiver URLs, black video, throughput, audio, and synchronization.
</Card>
