Get statistics about stream session

Hi,
I want to get stats about the stream to get indication about the stream quality. stats like packet loss, latency and dropped frames.

Is there any way to get it expect using Admin API?

Regards,
Barak.

Yes, it’s all there. Old blog post but still partly relevant: Understanding the Janus admin API | Meetecho Blog

Thanks for your help.

Is there any way to get this without using Admin API?
Something like events or webhook?

Yes, look for event handlers. They’re mentioned in the documentation and if you check the FAQ there’s a couple of presentations on those too (possibly a bit outdated but still relevant).

1 Like

Check this event handler socs Event handlers documentation. Write your own webhook where Janus will send you events. Setp a Prometheus scrapper and then use the Prometheus + Grafana to create a nice dashboard.