I am trying to make an executable that opens obs and other apps I use for streaming. The problem is in OBS.
When I start The batch I get this error: Failed To create aac streaming encoder (simple output)
My Current Code:
cd "C:\Program Files (x86)\obs-studio"
start "OBSSTUDIO" "C:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe"
When I start The batch I get this error: Failed To create aac streaming encoder (simple output)
My Current Code:
cd "C:\Program Files (x86)\obs-studio"
start "OBSSTUDIO" "C:\Program Files (x86)\obs-studio\bin\64bit\obs64.exe"