OBS Scene Changed
Trigger for when an OBS Scene is Changed
Parameters
Connectionrequired
Select
Select the configured OBS Studio Connection to connect to
Any
- trigger on events from any OBS connectionDefault
- trigger on events from the default OBS connection
Scene Name
Select
Here you can specify a scene name if you only want it to trigger this event when you switch to a specific scene. If you leave this field empty it will trigger on every scene.
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
obs.host | string | The IP Address of the OBS connection Example: 127.0.0.1 |
obs.id | string | The connection id |
obs.name | string | The name of the connection Example: Main OBS |
obs.oldSceneName | string | |
obs.sceneName | string | The new scene name Example: Main scene |
obs.studioVersion | string | The current OBS Studio version Example: 30.0.0 |
obs.websocketVersion | string | The current OBS websocket version Example: 5.1.0 |