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

RTMP Tracking is not working #25

Open
alitavakoli91 opened this issue May 20, 2019 · 5 comments
Open

RTMP Tracking is not working #25

alitavakoli91 opened this issue May 20, 2019 · 5 comments

Comments

@alitavakoli91
Copy link

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

vigggen commented Aug 19, 2019

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

Same experience here… maybe this is also related to #23 .
Would like to learn more and use this dashboard as well.

@advantix78
Copy link

image

@HR-KSSK
Copy link

HR-KSSK commented Jun 18, 2020

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

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.

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

6 participants