voc / srtrelay

SRT relay server for distributing media streams to multiple clients.
MIT License
134 stars 37 forks source link

API for fetching the list of current streams + some stats #2

Closed iSchluff closed 2 years ago

iSchluff commented 3 years ago

Offer something similar to the icecast2 server stats (https://icecast.org/docs/icecast-trunk/server_stats/) or nginx-rtmp stats (https://github.com/arut/nginx-rtmp-module/wiki/Directives#rtmp_stat)

iSchluff commented 3 years ago

Now possible in a basic way via the api https://github.com/voc/srtrelay/blob/master/docs/API.md, just needs stats now