cronicle-plugin-obs-studio
v1.0.2
Published
Control OBS Studio using Cronivle
Downloads
4
Readme
OBS
About
This is a Cronicle Plugin that allows you to control OBS Studio using the websockets control.
Installation
- Make sure OBS Studio has the websockets plugin installed and configured.
- Run
pip install obs-websocket-py
- Copy
obs.py
to your Cronicle plugins directory - Install OBS Plugin in Cronicle
- Requires the following parameters:
host
: Text Field: IP Address of OBS computer.port
: Text Field: Port that OBS websockets is using. Example:4444
password
: Text Field: Password that OBS websockets is using.command
: Menu: Command to send to OBS. Items: Start Streaming Bool, Stop Stream, Start Stream, Switch ScenedestinationScene
: Text Field: Scene to switch to in OBSenableOverride
: Menu: Allows you to switch scenes even if already streaming. Items: True, False
- Requires the following parameters: