Last active
February 13, 2023 18:01
-
-
Save LenweSaralonde/9fee9377b177bead725b3637b303d1ef to your computer and use it in GitHub Desktop.
Example of launch script for Twitch stream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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