Azure Media Services: What is the limit on simultaneous connections?

Gilberto Ferreira 21 Reputation points
2021-04-07T12:57:14.16+00:00

What is the limit on simultaneous connections? I mean, how many people can be connected to a live event?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
307 questions
0 comments No comments
{count} votes

Accepted answer
  1. David Bristol 971 Reputation points Microsoft Employee
    2021-04-07T13:59:54.79+00:00

    There's not a specific number. A similar question could be, "how many people can visit my website". There's a lot of factors to consider. The main ones are related to bandwidth and ability to scale. For Azure Media Services this means primarily:

    • The type of streaming endpoint (Standard or Premium).
    • The number of scale units if Premium.
    • Whether or not a CDN is used.
    • CDN optimizations that are set.

    The CDN can provide significant caching and request consolidation with live streams. With on demand content there is generally less opportunity to cache content since clients are not all watching the same thing at the same time like with live streams.

    See https://learn.microsoft.com/en-us/azure/media-services/latest/stream-streaming-endpoint-concept for more information on Media Services streaming endpoints.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful