OBS Stuff
I have no idea what to title this.
a discussion on how everyone manages obs with open deck without bar raiders.
used to i had a multi action that would switch me to starting soon scene and mute everything when i hit live, and then similar scenes for a be right back and unmute for hitting the live scene switch.
im curious how people do it without the bar raiders Obs since the only obs tools i see are much les....verbose? complex? theyre simpler
14 Replies
for nwo I am using Multi-OBS and obs-cli via Run command.
Ill look into obs cli ive heard of it a few times
GitHub
GitHub - muesli/obs-cli: OBS-cli is a command-line remote control f...
OBS-cli is a command-line remote control for OBS. Contribute to muesli/obs-cli development by creating an account on GitHub.
here is the link if needed
Thank you
Can confirm the Multi-OBS plugin works well. I should look into obs-cli myself
I cant even get obs-cli to function properly, its commands to set the port and ip and stuff just show the help menu again ;-;
could you send us the command you tried? Maybe a syntax error?
I use obs-cli as well. Works perfect. I can send you a working command line?
Sorry ive been buys dying to storms, curse my aching joints.
obs-cli --host 192.168.50.71 which is what my obs reports its ip is. Just tosses back
you also need to specify a command.
obs-cli recording toggle --host 127.0.0.1 for example
*command written out of my head so no guarantee that its 100% correctThis is my command line to tell OBS to activate scene_1.
#!/bin/sh
cd /home/maarten/obs-cmd
OBS_WEBSOCKET_URL=obsws://localhost:4455/password ./obs-cmd scene switch "1. Starting Soon"
ah. so you are using obs-cmd. interresting. Didn't know there is an alternative to obs-cli