BeardedNoir
New Member
Hi,
I have just started streaming my crypto trading on YouTube. I would like the stream to be continous 24/7, only stopping every 12hrs in order to allow for saving on YouTube as a standalone video, then immediately starting the stream again.
Can I ask;
1) Is there any addon or script for OBS that will automate this task for me?
2) If so, can that process also automatically name the saved videos on YouTube for me? I'm only after a simplistic date naming format for ease of reference.
I have searched through these forums, however the best I could find was the below advice to create a Windows batch file;
I have just started streaming my crypto trading on YouTube. I would like the stream to be continous 24/7, only stopping every 12hrs in order to allow for saving on YouTube as a standalone video, then immediately starting the stream again.
Can I ask;
1) Is there any addon or script for OBS that will automate this task for me?
2) If so, can that process also automatically name the saved videos on YouTube for me? I'm only after a simplistic date naming format for ease of reference.
I have searched through these forums, however the best I could find was the below advice to create a Windows batch file;
Code:
OBS AUTO START STREAMING USING BATCH FILE
If you need to start and stop OBS automatically, you can use the batch commands below and use windows task scheduler to run them at specific times of the day.
To start OBS and start streaming automatically on Windows
start /d "C:\OBS\obs-studio\bin\32bit" obs32.exe --startstreaming
To stop OBS
taskkill /F /IM obs32.exe