Script for one click

Euphonium

New Member
Not finding any reference to running a script to allow NON-Technical user/operator to run the IBS software.
If this is already know please provide the location so that I can put this in place.
The objective is to run a one click script that starts OBS and connect tho Facebook Streaming.
This is more of a Windows question I think.
None the less I am not at expertise level to accomplish this.
FWIW running Windows 10.
Currently all these steps are done manually.
The primary variables are :
1. Stream Key
2. Stream/Broadcast Title
3. Subject of Broadcast
3. Pasting Stream Key to OBS. Correct screen/box
4. Clicking Stream Now button.
 

Euphonium

New Member
FWIW pretty sure the answer is using a script tool in Windows Power Shell. Just not at a technical level to do that on the fly.
 

koala

Active Member
To start streaming at OBS start, simply add the --startstreaming launch parameters to the shortcut you use to start OBS. No script required.
These are all OBS launch parameters: https://obsproject.com/wiki/Launch-Parameters
If you don't know how to add a command line parameter to a shortcut, consult the web: https://www.google.com/search?q=windows+add+command+line+arguments+to+shortcut

There are no command line parameters for stream key and other configuration values, but you can prepare a OBS profile to set all these values, then use the --profile "some name" launch parameter to use this profile for the current stream.
 
Top