Live Streaming Statistics

The Live Streaming Statistics API retrieves the latest statistics for your live streams, such as:

  • Number of newIdentifies a playback session whose duration is less than 1 minute. and concurrentIdentifies a playback session with a duration of at least 1 minute. playback sessions.
  • Number of new and concurrent playback sessions that experienced missing content slate and the amount of slate served.
  • Number of authentication failures over the last minute.
  • Number of new and concurrent playback sessions serving ad slate and the amount of slate served.

Using the same asset for missing content slate and ad slate causes inaccurate reporting of missing content slate and ad slate statistics. Ensure accurate statistics by configuring missing content slate and ad slate to use unique assets.

The Live Streaming Statistics API returns statistics for activity that occurred approximately one minute behind when the content was streamed to the viewer. This API will continue to serve statistics for at least 24 hours after the last viewer stops streaming your live channel or live event.

It supports the following endpoints:

EndpointDescription
Get Enhanced Statistics - Single Live Stream GET /monitoring/stream_stats_enhanced/Live Channel or Live Event IDRetrieves the latest statistics for a single live channel or live event.
Get Enhanced Statistics - Multiple Live Streams POST /monitoring/stream_stats_enhancedRetrieves the latest statistics for multiple live channels or live events.
Get Latest Statistics - Single Live Stream DeprecatedThis endpoint has been deprecated in favor of the Get Enhanced Statistics - Single Live Stream endpoint that returns a richer set of statistics. Update your scripts to use the new endpoint at your earliest convenience. Retrieves the latest statistics for a single live channel or live event.
Get Latest Statistics - Multiple Live Streams DeprecatedThis endpoint has been deprecated in favor of the Get Enhanced Statistics - Multiple Live Streams endpoint that returns a richer set of statistics. Update your scripts to use the new endpoint at your earliest convenience. Retrieves the latest statistics for multiple live channels or live events.

Base URL

Use the following base URL:

<https://services.uplynk.com/api/v4>