Livestream Statistic Media
Get real-time insights into your live stream's performance. AIOZ Stream provides key statistics like bitrate, frame rate (FPS), and data transfer for both audio and video. These metrics help you monitor stream health and ensure high quality for your viewers.
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_media_id
Parameters
stream_media_id* The live stream media id
Headers
Authorization Bearer your_access_token_here
or
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_media_id'
--header 'Authorization: Bearer your_access_token_here'
# --header 'stream-public-key: your_public_key_here' \
# --header 'stream-secret-key: your_secret_key_here'