Skip to content

Digitall333/OBSAutoRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBSAutoRunner

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"
    }
  ]
}

About

This program allows you to automatically control OBS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages