Closed nslinux closed 4 years ago
change localhost with your server ip address , i think you don't need to add port try it without port and with port
I have the same error. Changing localhost to server ip did not make any difference. thanks again.
@nslinux update the code now should be fixed
@fiftysoft did you have command to update or should reinstall again?
@fiftysoft your commit didn't fix the problem though :/
I have the same error. Changing localhost to server ip did not make any difference. and I tried with a port number also no any difference same error. { "site_title":"RTMP Monitoring", "http_server_port":9991, "rtmp_server_refresh":3000, "rtmp_server_timeout":15000, "rtmp_server_url":"http://192.168.2.40/stat.xml", "rtmp_server_stream_url":"rtmp://192.168.2.40/live/", "rtmp_server_control_url":"http://192.168.2.40/control", "session_secret_key":"change_me_random", "language":"en", "template":"default", "login_template":"login", "version":"1.0.2" }
I also have this same error, installation seems to work, but says server is down...
I also have this error. Over Ubuntu server 19.04
I had the same error, the problem was the http port. I have another http port instead 80, so, if is this your case, try to fix: "rtmp_server_url":"http://[SERVER_IP]:[HTTP_PORT]/stat.xml",
it was installed over docker?
I also have these issues. Tested the stat URL, see the stuff there, also tested to CURL it and it worked… Anybody found a way to get this working?
@chrisspiegl @matigumma @jpossetti @ses27coves @gavin2812 @laddu38732 @Chinoman10 @nslinux
maybe i can help you in twitter you or any other developers are welcome to send me a message and we can debug the issue i am 100% sure its simple issue about networking not the dashboard it self,
Hello i installed the script and is working i goto the 9991 port is give me the script monitor but is not show any status all 0 and give me down and error msg Oh we have trouble! Please wait a little bit or contact technical support.
i edited the config file but same error { "site_title":"RTMP Monitoring", "http_server_port":9991, "rtmp_server_refresh":3000, "rtmp_server_timeout":15000, "rtmp_server_url":"http://localhost:9991/stat.xml", "rtmp_server_stream_url":"rtmp://localhost:9001/live/", "rtmp_server_control_url":"http://localhost:9991/control", "language":"en", "template":"default", "version":"1.0.0" }