Skip to content

Instantly share code, notes, and snippets.

@KokoseiJ
Created November 9, 2024 05:06
Show Gist options
  • Save KokoseiJ/3623769f9ff1f236649b4fe75eb623f8 to your computer and use it in GitHub Desktop.
Save KokoseiJ/3623769f9ff1f236649b4fe75eb623f8 to your computer and use it in GitHub Desktop.
Zenith Studio stream script
@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