···11---
22-title: OBS Multistreaming
22+title: OBS Multistreaming with Streamplace
33description:
44- This guide walks you through configuring OBS (Open Broadcaster Software) for
55- desktop streaming using Streamplace.
44+ Configure OBS for multistreaming to Streamplace and other platforms using the
55+ obs-multi-rtmp plugin.
66order: 20
77---
8899-Simultaneously streaming to Streamplace and other platforms can be easily
1010-accomplished with plugins such as
1111-[obs-multi-rtmp](https://github.com/sorayuki/obs-multi-rtmp). Please note the
1212-following settings to avoid streams with heavily distorted audio:
99+This guide explains how to configure Open Broadcaster Software (OBS) for
1010+simultaneous streaming to Streamplace and other platforms using the
1111+`obs-multi-rtmp` plugin.
1212+1313+For basic Streamplace setup with WHIP, including obtaining your stream key or
1414+bearer token, please refer to the main
1515+[Start streaming with OBS](/guides/start-streaming/obs) guide before proceeding
1616+here.
1717+1818+### Prerequisites
13191414-- Protocol: WebRTC (WHIP)
1515-- Audio Encoder: FFmpeg Opus
2020+To enable multistreaming, you need to install the `obs-multi-rtmp` plugin for
2121+OBS.
16221717-
2323+- Download the latest release from:
2424+ [GitHub Releases - obs-multi-rtmp](https://github.com/sorayuki/obs-multi-rtmp/releases)
2525+2626+Follow the installation instructions provided.
2727+2828+### Streamplace Output Configuration in `obs-multi-rtmp`
2929+3030+When configuring the Streamplace output within the `obs-multi-rtmp` plugin, use
3131+the following recommended settings for optimal compatibility and audio handling
3232+during multistreaming:
3333+3434+#### Recommended Configuration (WebRTC/WHIP)
3535+3636+Using **WHIP with `ffmpeg_opus`** is recommended for stability reasons.
3737+3838+- **Protocol:** WebRTC (WHIP)
3939+- **Server**: https://stream.place
4040+- **Audio Encoder:** `ffmpeg_opus`
4141+4242+#### Alternative Configuration (RTMP)
4343+4444+Streamplace also supports RTMP via this plugin. This configuration may be
4545+suitable if you are also multistreaming to platforms like Twitch that primarily
4646+use RTMP to avoid an audio re-encode.
4747+4848+- **Protocol:** RTMP
4949+- **Server**: rtmps://stream.place:1935/live
5050+- **Audio Encoder:** _(Select an AAC encoder)_
5151+5252+The image below illustrates where to configure these settings within the
5353+`obs-multi-rtmp` plugin interface in OBS.
5454+5555+
···15151616## Basic Setup Instructions
17171818-### 1. Initial OBS Configuration
1919-2020-1. Launch OBS Studio
2121-2. Navigate to Settings > Stream
2222-2323-### 2. Stream.place Authentication
1818+### 1. Get your Stream Key from Streamplace
241925201. Open your web browser
26212. [Visit Streamplace](https://stream.place) and log in to your account
27223. Navigate to the Live Dashboard
28234. Click "Stream from OBS"
2929-5. Under Bearer Token, click "Generate Stream Key"
3030- - The stream key will automatically copy to your clipboard
2424+5. Select either `WHIP` (preferred) or `RTMP`.
2525+6. Click "Generate Stream Key"
2626+ - The stream key will automatically be copied to your clipboard
2727+2828+### 2. Configure OBS Studio
2929+3030+#### 2a. Initial OBS Configuration
3131+3232+1. Launch OBS Studio
3333+2. Navigate to Settings > Stream
31343232-### 3. OBS Stream Settings
3535+#### 2b. Stream Settings
333634371. Return to OBS Settings > Stream
35382. Configure the following:
3636- - Service: `WHIP`
3737- - Server: `https://stream.place`
3838- - Bearer Token: _Paste your copied stream key_
3939+ - Service:
4040+ - If using `WHIP`, select `WHIP`.
4141+ - If using `RTMP`, select `Custom...`.
4242+ - Server:
4343+ - If using `WHIP`: `https://stream.place`
4444+ - If using `RTMP`: `rtmps://stream.place:1935/live`
4545+ - Bearer Token (for WHIP) or Stream Key (for RTMP): _Paste your copied stream
4646+ key_
39474040-### 4. Output Configuration
4848+#### 2c. Output Configuration
414942501. Go to OBS Settings > Output
43512. Configure these settings:
4452 - Output Mode: Select "Advanced" from dropdown
4553 - Navigate to Streaming Tab
46544747-#### Streaming Settings
5555+#### 2d. Streaming Settings
48564949-- Audio Encoder: _(Select appropriate encoder, e.g. AAC)_
5757+- Audio Encoder:
5858+ - For `WHIP`, use `ffmpeg_opus`.
5959+ - For `RTMP`, choose an appropriate AAC encoder.
5060- Video Encoder: _(Select appropriate encoder, e.g. libx264/nvenc_h264)_
51615252-#### Suggested Encoder Settings
6262+#### 2e. Suggested Video Encoder Settings
53635464- Rate Control: `CBR`
5565- Keyframe Interval: `1s`
5666- x264 Options: `bframes=0`
6767+ - If available, there also may be a 'no bframes' checkbox which should be
6868+ checked
6969+7070+### 3. Announce your stream
7171+7272+1. Once you're live, go back to the live dashboard.
7373+2. There, you can fill out your stream title and choose an optional thumbnail.
7474+3. Click 'Announce Livestream' to announce your livestream to the world!
57755876## Multi-Streaming Support
5977···62801. **OBS Resources - Multiple RTMP Outputs**
63816482 - [GitHub Releases - obs-multi-rtmp](https://github.com/sorayuki/obs-multi-rtmp/releases)
8383+ - [OBS Multistreaming Guide](guides/obs-multistreaming)
658466852. [**Aitum Multistream Plugin**](https://aitum.tv/products/multi)
6786···69887089- Test your stream settings before going live
7190- Monitor your stream health during broadcasts
9191+ - If you see lots of dropped frames, lower your bitrate.
7292- Ensure stable internet connection
7393- Keep your OBS software updated
74947595## Additional Resources
76967797- [OBS Official Documentation](https://obsproject.com/docs/)
7878-- [Stream.place Documentation](https://stream.place/docs/)