nginx-rtmp-monitoring icon indicating copy to clipboard operation
nginx-rtmp-monitoring copied to clipboard

live button showing down

Open laddu38732 opened this issue 6 years ago • 5 comments

rtmp monitor

Please give me the suggestion and solution to this problem.

laddu38732 avatar Oct 14 '18 12:10 laddu38732

I have the same problem, CPU and RAM show, but banner says server is down...

gavin2812 avatar Oct 30 '18 19:10 gavin2812

bro please respond its showing same issue again down

laddu38732 avatar Feb 13 '19 02:02 laddu38732

@3m1o I have the same issue. Can you please help us here?

My config.json file looks like this:

{ "site_title":"RTMP Monitoring", "http_server_port":9991, "rtmp_server_refresh":3000, "rtmp_server_timeout":15000, "rtmp_server_url":"http://XXX.XXX.XXX.XXX/stat.xml", "rtmp_server_stream_url":"rtmp://XXX.XXX.XXX.XXX/live/", "rtmp_server_control_url":"http://XXX.XXX.XXX.XXX/control", "session_secret_key":"change_me_random", "username":"XXXXX", "password":"XXXXX", "language":"en", "template":"default", "login_template":"login", "version":"1.0.2" }

Svevak avatar Jan 04 '21 10:01 Svevak

@3m1o I have the same issue. Can you please help us here?

My config.json file looks like this:

{ "site_title":"RTMP Monitoring", "http_server_port":9991, "rtmp_server_refresh":3000, "rtmp_server_timeout":15000, "rtmp_server_url":"http://XXX.XXX.XXX.XXX/stat.xml", "rtmp_server_stream_url":"rtmp://XXX.XXX.XXX.XXX/live/", "rtmp_server_control_url":"http://XXX.XXX.XXX.XXX/control", "session_secret_key":"change_me_random", "username":"XXXXX", "password":"XXXXX", "language":"en", "template":"default", "login_template":"login", "version":"1.0.2" }

Update: Nginx access.log shows a 404 for the file stat.xml, which is not in the root directory. The manual refers to a stats.xsl [04/Jan/2021:12:47:39 +0000] "GET /stat.xml HTTP/1.1" 404 162 "-" "-"

Copying the stat.xsl to a new file named "stat.xml" changes the status of the service from "down" to "live". But now I still don't get any values like traffic in, viewers etc. @3m1o Can you help?

Svevak avatar Jan 04 '21 12:01 Svevak

@3m1o I have the same issue. Can you please help us here? My config.json file looks like this: { "site_title":"RTMP Monitoring", "http_server_port":9991, "rtmp_server_refresh":3000, "rtmp_server_timeout":15000, "rtmp_server_url":"http://XXX.XXX.XXX.XXX/stat.xml", "rtmp_server_stream_url":"rtmp://XXX.XXX.XXX.XXX/live/", "rtmp_server_control_url":"http://XXX.XXX.XXX.XXX/control", "session_secret_key":"change_me_random", "username":"XXXXX", "password":"XXXXX", "language":"en", "template":"default", "login_template":"login", "version":"1.0.2" }

Update: Nginx access.log shows a 404 for the file stat.xml, which is not in the root directory. The manual refers to a stats.xsl [04/Jan/2021:12:47:39 +0000] "GET /stat.xml HTTP/1.1" 404 162 "-" "-"

Copying the stat.xsl to a new file named "stat.xml" changes the status of the service from "down" to "live". But now I still don't get any values like traffic in, viewers etc. @3m1o Can you help?

Update 2: However, I think the RTMP module was not (correct) installed. After (re)installing (https://www.nginx.com/blog/video-streaming-for-remote-learning-with-nginx/#compile) the service is now running!

Svevak avatar Jan 04 '21 14:01 Svevak