omar-haris / nginx-rtmp-monitoring

real-time monitoring statistics dashboard for nginx rtmp module
MIT License
293 stars 92 forks source link

RTMP Tracking is not working #25

Open alitavakoli91 opened 5 years ago

alitavakoli91 commented 5 years ago

hi, The modules were installed in the same way and the javascript server was running on port 9991 and I got into the panel. But no data from the server other than RAM and CPU is displayed Please advise which configuration should I change?

1

2

vigggen commented 5 years ago

Hi, I have the sameproblem everything is running but no data other than Ram and CPU

I'd really like a suggestion what to do for her.

chrisspiegl commented 4 years ago

Same experience here… maybe this is also related to https://github.com/3m1o/nginx-rtmp-monitoring/issues/23 . Would like to learn more and use this dashboard as well.

advantix78 commented 4 years ago

image

HR-KSSK commented 4 years ago

I also got this error. Is this repository in active development? I can't find any related errors in nginx logs. Node output is fine, too. There is just no data else than RAM and CPU.. My Stream is running fine and the stats from the original RTMP Module are working...

shaungehring commented 4 years ago

Had the same problem, but figured it out. This application is only set up by default for one Stream. So @alitavakoli91 you were streaming to "Media_Server" but the App was showing you stats for "VOD".

For example 'core.js' line 40: var total_viewers = statistics.server[0].application[0].live[0].nclients[0];

The stats.xml treats each root path as a separate application but this is only gathering data from the first one. Someone will have to fork this and add multi application support. I might when I have time.