Retrieve livestream statistics overview
GET/livestreams/:livestreamId/statistics
Retrieves the current number of RTMP and HLS connections of a Livestream
. Section primary
contains statistics for the main Livestream
, section secondary
for the backup Livestream
. Section "sum" contains the aggregation of both live streams. Call this endpoint repeatedly to build statistics over time. A typical use case of this endpoint is displaying the current number of watching users from sum.hlsConnections
.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.