Get livestream stats overview
GET/livestreams/:livestreamId/statistics
Retrieves the current number of RTMP and HLS connections for a Livestream
. The primary
section contains statistics for the main Livestream
, and the secondary
section contains statistics for the backup Livestream
. The sum
section contains the aggregation of both. Call repeatedly to build statistics over time. A typical use case 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.