Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (14 loc) · 1.45 KB

Control OBS Studio with Open Sound Control

Watch a creative simple example use :

Watch creative simple example use

Control Obs from any OSC capable app running on the same network :

* the script connects python to obs websocket on port 4444 in localhost using default credentials ( you might want to change that if you stream :-)

  • you can get all the needed stuff with pip install -r requirements.txt

  • An osc listener runs on port 5005 and listens for /Scene message

  • It lists all the available scenes to iterate through them

  • A lot of parameters are exposed to the web socket so you can control almost anything in OBS with the right address. For now I commented out a few lines that ilustrates a way to control individual elements as "webcam1" on "Scene1" on/off switch.

  • Current example switches between two scenes named Scene1 and Scene2 with values from a m4l device sending values from 0 to 127

I Will try to develop it futher , and maybe make a GUI with tkinter or similar to learn about it

Stay at home, and spin your streams :-)