# 🎥  OBS多路推流

### 📌 适用范围

本教程适用于希望通过 **OBS Studio** 对 **Scoop Live** 进行 **多平台同步推流** 的用户，包括 **Windows** 和 **macOS** 平台。

***

### 🛠️ **步骤 1：下载 OBS 并安装**

首先，你需要下载并安装 **OBS Studio**：

* **Windows/macOS 版**：[OBS 官网](https://obsproject.com/)
* 下载后按照提示完成安装。

***

### 🔌 **步骤 2：安装多路推流插件**

OBS 默认不支持多路推流，因此我们需要安装插件 **obs-multi-rtmp**：

1. **下载插件**

   * **Windows/macOS 版**：[obs-multi-rtmp 插件下载](https://github.com/sorayuki/obs-multi-rtmp/releases)

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

   * 选择适合你 OBS 版本的插件（例如：`obs-multi-rtmp-0.6.0.1-for-OBS-31`）。
2. **重启 OBS**，确保插件已正确安装。

***

### ⚙️ **步骤 3：配置多路推流**

1. **打开 OBS**
2. **启用多路推流**

   * 点击 **"Docks"** → **"Multiple Outputs"。**
   * 你可以在这里添加多个推流目标（例如 YouTube、Twitch、Scoop Live 等）。

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

***

### ✍️ **步骤 4：填写推流信息**

1. **获取 Scoop Live 的推流地址**
   * 访问 Scoop Live，进入**直播管理**页面，找到**推流服务器地址**和**Stream Key**。
2. **在 OBS 设置推流**
   * 点击 **"设置"** → **"推流"。**
   * 选择 **"自定义服务器"。**
   * 填写：

     * **服务器地址**（RTMP URL）
     * 推流码（密钥）

     <div align="left"><figure><img src="/files/ZbjJ9tlRfJpJ6rLpccVs" alt="" width="563"><figcaption></figcaption></figure></div>
3. **添加其他平台**

   * 在 **"Multiple RTMP Outputs"** 界面，点击 **"添加"**，分别填写 **YouTube、Twitch** 等平台的推流信息。

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

***

### 🎥 **步骤 5：开始直播**

1. **设置好推流后，点击 "开始推流"**
2. **OBS 将同时向 Scoop Live 和其他平台进行直播**
3. **检查直播画面是否正常，确保所有推流端口均已连接**

***

### 📺 **视频教程**

如果你更喜欢视频教程，可以直接观看： 🔗 [OBS 多路推流手把手教程（YouTube）](https://www.youtube.com/watch?v=RfeGrfPRElU)

***

### 🔥 **常见问题**

#### 1. OBS 连接 Scoop Live 失败怎么办？

* 确保你的 **服务器地址和 Stream Key** 输入正确
* 检查 **防火墙是否阻挡了 RTMP 端口**
* 关闭 VPN 或代理，尝试重新连接

#### 2. 直播画面卡顿？

* 在 OBS **设置** → **视频** 中调整 **分辨率和帧率**
* 在 **输出** 选项中，调整 **比特率**（建议 2500-5000 Kbps）

***

通过 OBS 及 **obs-multi-rtmp** 插件，你可以轻松实现 Scoop Live 的 **多平台同步直播**，让直播内容同时触达 YouTube、Twitch、Facebook 等更多用户！

💡 赶快试试，让你的直播覆盖更多观众吧！🚀


---

# 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/zhong-wen-ban/obs-duo-lu-tui-liu.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.
