the RTMP server should expose a REST API for monitoring stream status, including:
- List of active streams (stream name, publisher info, subscriber count)
- Stream health metrics (bitrate, latency, packet loss)
- Recent connection history (timestamps, IP addresses, connection duration)
So that external tools can query the RTMP server for real-time stream information
and health metrics.
An option to switch to WebSocket-based real-time updates could be added in the
future for more efficient monitoring.
the RTMP server should expose a REST API for monitoring stream status, including:
So that external tools can query the RTMP server for real-time stream information
and health metrics.
An option to switch to WebSocket-based real-time updates could be added in the
future for more efficient monitoring.