Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

live button showing down #24

Open
laddu38732 opened this issue Oct 14, 2018 · 5 comments
Open

live button showing down #24

laddu38732 opened this issue Oct 14, 2018 · 5 comments

Comments

@laddu38732
Copy link

rtmp monitor

Please give me the suggestion and solution to this problem.

@gavin2812
Copy link

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

@laddu38732
Copy link
Author

bro please respond its showing same issue again down

@Svevak
Copy link

Svevak commented Jan 4, 2021

@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
Copy link

Svevak commented Jan 4, 2021

@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
Copy link

Svevak commented Jan 4, 2021

@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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants