Skip to content

Instantly share code, notes, and snippets.

@LenweSaralonde
Last active February 13, 2023 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LenweSaralonde/9fee9377b177bead725b3637b303d1ef to your computer and use it in GitHub Desktop.
Save LenweSaralonde/9fee9377b177bead725b3637b303d1ef to your computer and use it in GitHub Desktop.
Example of launch script for Twitch stream
@echo off
REM Start Twitch bots
start /D "D:\dev\TwitchHueBot" /MIN start.bat
start /D "D:\dev\TwitchMidiSoundBoard" /MIN start.bat
REM using https://github.com/gerardog/gsudo to run as administrator
REM Start main OBS instance
sudo start /D "C:\Program Files\obs-studio\bin\64bit\" obs64.exe --collection "WoW" --profile "Low latency" --multi
REM Start OBS virtual camera
sudo start /D "C:\Program Files\obs-studio\bin\64bit\" obs64.exe --startvirtualcam --minimize-to-tray --collection "Camera" --profile "Virtual Camera" --multi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment