You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where is this .ini file? I am unable to build things from the github as I am using this in a corporate setting, and they do not allow us to 'build from source'... So, I am stuck using the zipped prebuilt things.
Basically, we need this to run all the time, regardless if the server is actively logged into. We can set the computer to log in, but it 'has' to lock itself after 2 minutes. When this happens, using the .exe that opens the command prompt window on windows 10, the Mona Server just, stops working.
Our thought was that we would just use the 'running it as a service' method... but... this doesn't work. When we run the "MonaServer.exe /registerService [/displayName=MonaServer /description="Open Source RTMP Server" /startup=automatic]" in an admin command prompt, we get "ServerApplication.cpp[156] Impossible to load configuration file registerService.ini, sources\Application.cpp[101]" as an error....
Where is this 'registerService.ini' file, or how do I get it? if this is something that is made during a build, why is it not included with the pre-built files that are zipped up?
The text was updated successfully, but these errors were encountered:
Ah sorry, I thought I was in the MonaServer 2 GitHub... I clicked a link an OBS Forum about MonaServer 2 and just assumed it had taken me there. I will give that a shot. We have configured the MonaServer.ini file to fit what we need, but all the examples we had found for making it run as a service was to use the "MonaServer.exe /registerService [/displayName=MonaServer /description="Open Source RTMP Server" /startup=automatic]" command in a command prompt window.
We'll give it a shot with powershell and using the shown flags! :D
Hello all!
Where is this .ini file? I am unable to build things from the github as I am using this in a corporate setting, and they do not allow us to 'build from source'... So, I am stuck using the zipped prebuilt things.
Basically, we need this to run all the time, regardless if the server is actively logged into. We can set the computer to log in, but it 'has' to lock itself after 2 minutes. When this happens, using the .exe that opens the command prompt window on windows 10, the Mona Server just, stops working.
Our thought was that we would just use the 'running it as a service' method... but... this doesn't work. When we run the "MonaServer.exe /registerService [/displayName=MonaServer /description="Open Source RTMP Server" /startup=automatic]" in an admin command prompt, we get "ServerApplication.cpp[156] Impossible to load configuration file registerService.ini, sources\Application.cpp[101]" as an error....
Where is this 'registerService.ini' file, or how do I get it? if this is something that is made during a build, why is it not included with the pre-built files that are zipped up?
The text was updated successfully, but these errors were encountered: