This program allows you to automatically control OBS
You can:
- Start and stop streams
- Change profile
- Change stream key
- Change stream video
Don't forget to fill in the settings.json file before using
It should include:
{
"corePath": "..\\obs-studio\\basic",
"startScript": "start /d \"..\\obs-studio\\bin\\64bit\" obs64.exe --startstreaming",
"closeScript": "taskkill /F /IM obs64.exe",
"profiles": [
{
"name": "Just random name",
"streamKey": "stream_key",
"videoPath": "path_to_the_video"
}
]
}