Created
November 9, 2024 05:06
-
-
Save KokoseiJ/3623769f9ff1f236649b4fe75eb623f8 to your computer and use it in GitHub Desktop.
Zenith Studio stream script
This file contains hidden or 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 | |
echo Scheduling Youtube Broadcast... | |
start /MIN /D "C:\Program Files\Google\Chrome\Application\" chrome.exe --profile-directory="Profile 1" "https://script.google.com/macros/s/AKfycbzuJEOnUuFaWvFEmFwpJdX7szbNkPw4XskdBCDhQ3TMO6S7O-I1Er-CNDJvlnd-U7v-/exec/onboot?gameId=pump&isUnlisted=false" | |
timeout 15 | |
echo Starting OBS Studio... | |
start /D "C:\Program Files\obs-studio\bin\64bit" obs64.exe --profile "pump" --scene "PIU Studio Stream" --startstreaming --disable-shutdown-check | |
timeout 15 | |
echo Applying Camera Settings... | |
start /D "C:\Users\Zenith\Documents" WebCameraConfig.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment