Open alitavakoli91 opened 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.
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.
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...
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.
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?