# How to use OBS

### Download OBS (Live Streaming Software)

Visit the official OBS website and download the version compatible with your system.

<figure><img src="/files/hRsNEJtGsT91dBgtAmx6" alt=""><figcaption></figcaption></figure>

### Get Your Streaming URL

Click the **"OBS"** button to get your unique streaming URL on your host live room.

<figure><img src="/files/Tc0QzFWFcT1PqUYtJh1g" alt=""><figcaption></figcaption></figure>

### How to Stream with OBS

#### Open OBS

Once installed, launch OBS and close the welcome wizard. You'll see the main interface.

<figure><img src="/files/iwMAcbEsrYNMFyknLEAQ" alt=""><figcaption></figcaption></figure>

1️⃣ This is the live preview window (black until sources are added).

2️⃣ Create and manage different scenes here.

3️⃣ Add video and audio sources for each scene.

#### Add Screen Capture

In the **Sources** panel, click the **"+"**, select **"Screen Capture"**, and click **OK**.

<figure><img src="/files/NbbzFi21A3YsyQgcjh6L" alt=""><figcaption></figcaption></figure>

#### Add Microphone Input

In the **Sources** panel, Click the **"+"** again, select **"Audio Input Capture"**, choose your mic, and click **OK**.

<figure><img src="/files/qau5MU3sMgEqTyBqUIV7" alt=""><figcaption></figcaption></figure>

#### Test Your Microphone

Speak into your mic and watch the **Audio Mixer**. If the volume bar moves, your audio is working.

<figure><img src="/files/OSdgfAFL04PR633cuO3Z" alt=""><figcaption></figcaption></figure>

#### **Adjust the Preview Window**

If you’re using two monitors, select the screen you want to stream, then click **OK**.\
You should now see your screen in the preview window.

<figure><img src="/files/zkmMgvvb7PvUsxQC3tw1" alt=""><figcaption></figcaption></figure>

#### **Configure Stream Settings**

Go to **Settings** → **Stream**. Set **Service** to **Custom**.

Enter the **Server** and **stream key** from your OBS Streaming section.

<figure><img src="/files/L8cU63VFLQuYRnb3XTel" alt=""><figcaption></figcaption></figure>

#### Start Streaming

Back on the homepage, click **"Start Streaming"** to begin. You can now preview your stream inside Pumpkin Vibe.

<figure><img src="/files/73XdViMpBXqdr6OhC1MD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Sd4QyPNTDdthjxqWmbHo" alt=""><figcaption></figcaption></figure>

To stop streaming, click **"Stop Streaming"** in OBS, then click **"Exit OBS"** in Pumpkin live stream.

#### Troubleshooting

If the stream lags, check the bottom-right corner for dropped frames or poor network status.

A red indicator means your connection is unstable. Try switching to a faster network.

<figure><img src="/files/2QLbvff2mKuj8T4LJOxW" alt=""><figcaption></figcaption></figure>

#### **Recommended OBS Settings**

Your OBS settings impact stream quality and smoothness. We recommend using the following setup for the best performance and viewer experience.

<figure><img src="/files/BEDJrBy2t4wa3FpVziBb" alt=""><figcaption></figcaption></figure>


---

# 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.pumpkin.xyz/faq/how-to-use-obs.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.
