-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d243a8f
commit c3dd8c6
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "Setup Hider for Streaming" | ||
slug: setup-hider | ||
description: Setting up the setup hider with OBS or Streamlabs | ||
type: guide | ||
--- | ||
|
||
# How does it hide? | ||
Assetto Corsa Competizione has data for developers that allows us to see when the Setup Screen is open. Race Element uses this with the integration of streamlabs or OBS. It sends a signal to the configured streaming software to make a Source item visible or to hide it based on the data from Assetto Corsa Competizione. | ||
|
||
## OBS | ||
Make sure you are running OBS version 28 or higher. | ||
1. *OBS*: **Add Any type of Source to your active Scene, name it `SetupHider`. This can be text, image, video, a website, basically anything even a Scene Source.** | ||
2. *OBS*: **At the top menu: Click Tools and Open the WebSocket Server Settings.** | ||
3. *OBS*: **In the WebSocket Server Settings window, Click `Show Connect Info`** | ||
4. *Race Element:* **Open the Main Settings Tab on the left -> Open the Streaming Tab.** | ||
5. *Race Element:* **Set the Software to `OBS`** | ||
6. *OBS/Race Element*: **Copy the Server IP, Server Port and Server Password from OBS and paste them in Race Element's OBS Settings.** | ||
7. *Race Element:*: **Click Save and then at the bottom Enable the SetupHider.** | ||
|
||
## StreamLabs | ||
1. *StreamLabs*: **Add Any type of Source to your active Scene, name it `SetupHider`. This can be text, image, video, a website, basically anything even a Scene Source.** | ||
2. *Race Element:* **Open the Main Settings Tab on the left -> Open the Streaming Tab.** | ||
3. *Race Element:* **Set the Software to `StreamLabs`.** | ||
4. *Race Element:* **Click Save and then at the bottom Enable the SetupHider.** |