Livestream Statistic Video
AIOZ Stream provides a comprehensive set of statistics for your live streams. This includes information about the average bitrate input and output, FPS input and output, Data Transfered, and other important metrics that can help you understand the performance of your stream.
Get livestream statistics
You can get the statistics of a live stream using the following endpoint. The statistics are updated every 5-30 seconds.
GEThttps://api.aiozstream.network/api/live_streams/statistic/:stream_video_id
Parameters
stream_video_id* The live stream video id
Headers
Authorization Bearer your_access_token_here
stream-public-key your_public_key_here
stream-secret-key your_secret_key_here
Response
200: OK
curl --location --request GET 'https://api.aiozstream.network/api/live_streams/statistic/stream_video_id'
--header 'Authorization: Bearer <YOUR_JWT_TOKEN>'