Download Stream Bridge Plugin
The easiest way to multistream with OBS. No terminal commands needed!
Running into issues?
Get help and solutions âChoose Your Version
Select the plugin version that matches your OBS installation
đĒ Windows
OBS Studio 30+
Extract ZIP and run installer
đ Mac
OBS Studio 30+
Requires "Allow Anyway" in Security settings
đ§ Linux
OBS Studio 30+
Install DEB package
How to Check Your OBS Version:
- Open OBS Studio
- Click Help â About
- Look for the version number (e.g., "OBS Studio 30.1.2")
Easy Script Instructions
đĒWindows Setup
- Download the
stream-bridge-windows.bat
file above - Double-click the .bat file to run it
- Enter your stream keys when prompted
- The script will start the multistream server
- Configure OBS as shown on screen
- Start streaming in OBS!
Note: You need FFmpeg installed. If you don't have it, the script will show installation instructions.
đMac Installation
â ī¸ Mac Installation Method
The PKG installer method has compatibility issues. Use the manual method below for best results.
Method 1: PKG Installer (Try First)
- Download the Mac PKG file above
- Double-click the PKG file to open the installer
- Go to System Settings â Privacy & Security
- Find the blocked app message and click "Allow Anyway"
- Run the installer and restart OBS
- Check Docks â Multiple Output in OBS
Method 2: Manual Installation (If PKG Fails)
- Download the ZIP version:obs-multi-rtmp-macos.zip
- Unzip the downloaded file
- Right-click OBS.app in Applications â Show Package Contents
- Navigate to Contents â PlugIns
- Copy the
obs-multi-rtmp.plugin
folder into the PlugIns directory - Restart OBS Studio
- Look for "Multiple Output" in OBS Docks menu
â Using the Plugin
- 1. Go to OBS â Docks â Multiple Output
- 2. A tiny panel will appear - drag the edges to make it bigger!
- 3. Click "Add New Target" to add your streaming platforms
- 4. Click "Start" to begin multistreaming
đĄ Common Issue: Can't Find the Panel?
The Multiple Output panel often starts as a tiny 1cm wide window! Look carefully around your OBS interface for a very small panel and drag its edges to resize it. You can also drag it to dock it wherever you want.
đ§Linux Installation
- Download the Linux DEB file above
- Install the package:
sudo dpkg -i obs-multi-rtmp-linux.deb
- If there are dependency issues, run:
sudo apt-get install -f
- Restart OBS Studio
- Find "Multiple Output" in the Docks menu
Note: This DEB package works on Ubuntu, Debian, and other Debian-based distributions.
How to Use Stream Bridge Plugin
â ī¸ Important: Replace Normal OBS Streaming
The Multiple Output plugin replaces OBS's normal streaming. Don't use both at the same time! Turn off normal OBS streaming and use only the Multiple Output panel for all platforms.
- 1
Disable Normal OBS Streaming
Go to Settings â Stream and set it to "Custom" with no stream key, or simply don't use OBS's normal "Start Streaming" button
- 2
Open Multiple Output Panel
In OBS, go to Docks â Multiple Output (look for a tiny panel and resize it)
- 3
Add ALL Your Platforms
Click "Add New Target" for each platform and enter:
- âĸ Platform name (e.g., "YouTube", "Twitch", "Facebook")
- âĸ RTMP URL (e.g., rtmp://a.rtmp.youtube.com/live2)
- âĸ Stream key from each platform
- 4
Start Multistreaming
Click "Start" in the Multiple Output panel (NOT OBS's normal streaming button) to begin streaming to all platforms simultaneously
Having Download Issues?
Having trouble getting it working?
Browser blocking your download? Security warnings? Plugin not installing? Don't worry - we have step-by-step solutions for every issue!
Click here for our solutions and get it running! âPlugin doesn't appear in OBS
- Make sure you downloaded the correct version for your OBS
- Restart OBS after installation
- Check Docks menu â Multiple Output
- On Mac, check System Preferences â Security & Privacy
"Version mismatch" error
This means your OBS version doesn't match the plugin version. Check your OBS version (Help â About) and download the matching plugin version above.
Can't connect to streaming platform
- Double-check your stream key is correct
- Verify the RTMP URL matches the platform's requirements
- Ensure your internet upload speed is sufficient
- Try streaming to one platform first to test
Credits & Support the Original Developer
This amazing plugin was created by SoraYuki. We're just making it easier to find and install. All credit goes to the original developer!
đOriginal Repository
View the source code, report issues, and see the latest updates on GitHub.
Visit GitHub RepoââSupport SoraYuki
This plugin is completely free. If it helps your streaming, consider supporting the developer!
Alipay and WeChat Pay options available on the GitHub page
Important Note
Stream Bridge (this website) is NOT affiliated with the original plugin developer. We're simply providing an easier way to discover and install this amazing tool. For technical support with the plugin itself, please visit the GitHub repository above.
Prefer Command-Line?
If you prefer using terminal commands with FFmpeg, we also have a configuration generator
Use Terminal Method Instead