# 🎥 Multi-Platform Streaming with OBS

### 📌 Who Is This For?

This guide is intended for users who want to simultaneously stream to Scoop Live and other platforms (e.g. YouTube, Twitch) using OBS Studio on both Windows and macOS.

***

### 🛠️ Step 1: Download & Install OBS

First, download and install OBS Studio:

* Windows/macOS: [OBS Official Website](https://obsproject.com)
* Follow the installation instructions for your operating system.

***

### 🔌 Step 2: Install the Multi-RTMP Plugin

OBS does not support multi-streaming by default, so you’ll need to install the obs-multi-rtmp plugin:

1. Download the plugin: [obs-multi-rtmp on GitHub](https://github.com/sorayuki/obs-multi-rtmp/releases)

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

* Choose the version compatible with your OBS (e.g. obs-multi-rtmp-0.6.0.1-for-OBS-31).

2. Once installed, restart OBS to activate the plugin.

***

### ⚙️ Step 3: Configure Multi-Streaming

1. Open OBS Studio.
2. Enable Multi-Streaming Panel.
   1. Go to “Docks” → “Multiple Outputs”
   2. This opens a new panel where you can add multiple RTMP streaming destinations (e.g. YouTube, Twitch, Scoop Live)

      <div align="left"><figure><img src="/files/g4Wv1P4kvFwHYP0UfIeG" alt="" width="191"><figcaption></figcaption></figure></div>

***

### ✍️ Step 4: Set Up Your Stream Destinations

1. #### Add Scoop Live Stream Info
   1. Visit Scoop Live and go to the Live Management Page.
   2. Locate your RTMP server URL and Stream Key.
2. **In OBS:**
   1. Go to Settings → Stream.
   2. Select Custom as the service.
   3. Enter the following:&#x20;

      * Server (RTMP URL)
      * Stream Key

      <div align="left"><figure><img src="/files/ZbjJ9tlRfJpJ6rLpccVs" alt="" width="563"><figcaption></figcaption></figure></div>
3. #### Add Other Platforms

   In the Multiple RTMP Outputs panel:

   1. Click “Add” button.
   2. Enter the streaming information for YouTube, Twitch, Facebook, or any other supported platform.

      <div align="left"><figure><img src="/files/wRZ9pR844fLYL8ahLzwa" alt="" width="375"><figcaption></figcaption></figure></div>

***

### 🎬 Step 5: Go Live

After setting up all destinations:

* Click “Start Streaming”.&#x20;
* OBS will now broadcast simultaneously to Scoop Live and all other selected platforms.&#x20;

Make sure all streams are connected and monitor the output to ensure stable delivery.&#x20;

***

### 📺 Prefer Video?

Check out this step-by-step walkthrough:&#x20;

🔗 [OBS Multi-Platform Streaming Video Tutorial (YouTube)](https://www.youtube.com)

***

### 🔧 Troubleshooting

1. Can’t connect to Scoop Live?

* Double-check your RTMP Server URL and Stream Key
* Make sure your firewall is not blocking RTMP ports
* Disable VPNs or proxies and try again

2. Experiencing lag or stuttering?

* In OBS Settings → Video, reduce the resolution and frame rate
* In Settings → Output, lower the bitrate (recommended: 2500–5000 Kbps)

***

### 🚀 Final Tip

By using OBS Studio with the obs-multi-rtmp plugin, you can easily broadcast to Scoop Live and multiple platforms at once, expanding your reach to more viewers across YouTube, Twitch, Facebook, and beyond.

Try it now and take your livestream to the next level! 💡📡


---

# 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://scoop-live.gitbook.io/doc/advance/multi-platform-streaming-with-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.
