|
1 | 1 | ---
|
2 |
| -title: Azure Communication Services Simulcast |
3 |
| -titleSuffix: An Azure Communication Services concept document |
4 |
| -description: Overview of Simulcast - how sending multiple video quality streams helps overall call quality. |
| 2 | +title: Simulcast |
| 3 | +titleSuffix: An Azure Communication Services article |
| 4 | +description: This article describes how to send multiple video quality streams helps overall call quality. |
5 | 5 | author: sloanster
|
6 | 6 | manager: chpalm
|
7 | 7 | services: azure-communication-services
|
8 | 8 |
|
9 | 9 | ms.author: micahvivion
|
10 |
| -ms.date: 02/19/2024 |
| 10 | +ms.date: 06/26/2025 |
11 | 11 | ms.topic: conceptual
|
12 | 12 | ms.subservice: calling
|
13 | 13 | ms.service: azure-communication-services
|
14 | 14 | ---
|
15 |
| -# What is Simulcast? |
16 |
| -Simulcast is a technique that allows video streaming applications to send multiple versions of the same video content at different resolutions and bitrates. This way, the receiver can choose the most suitable version based on their network conditions and device capabilities. |
| 15 | +# Simulcast |
17 | 16 |
|
18 |
| -The lack of simulcast support leads to a degraded video experience in calls with three or more participants. If a video receiver with poor network conditions joins the conference, it impacts the quality of video received from the sender without simulcast support for all other participants. The video sender optimizes its video feed against the lowest common denominator. When simulcast streaming is available the potential impact of one person affecting the entire streaming quality experience is minimized. |
| 17 | +Simulcast is a technique that enables video streaming applications to send multiple versions of the same video content at different resolutions and bitrates. This way, the receiver can choose the most suitable version based on their network conditions and device capabilities. |
19 | 18 |
|
20 |
| -Simulcast is supported on Azure Communication Services SDK for WebJS (1.9.1-beta.1+) and native SDK for Android, iOS, and Windows. Currently, simulcast on the sender side is supported on following desktop browsers - Chrome and Edge. Simulcast on receiver side is supported on all platforms that Azure Communication Services Calling supports. Support for Sender side Simulcast capability from mobile browsers will be added in the future. |
| 19 | +The lack of simulcast support leads to a degraded video experience in calls with three or more participants. If a video receiver with poor network conditions joins the conference, it impacts the quality of video received from the sender without simulcast support for all other participants. The video sender optimizes its video feed against the lowest common denominator. When simulcast streaming is available, the potential impact of one person affecting the entire streaming quality experience is minimized. |
21 | 20 |
|
22 |
| -## How Simulcast works |
23 |
| -Simulcast is a feature that allows a publisher, in this case the Azure Communication Services calling SDK, to send different qualities of the same video to the SFU. The SFU then forwards the most suitable quality to each other endpoint on a call, based on their bandwidth, CPU, and resolution preferences. This way, the publisher can save resources and the subscribers can receive the best possible quality. The SFU doesn't change the video quality, it only selects which one to forward. |
| 21 | +Simulcast is supported on Azure Communication Services SDK for WebJS (1.9.1-beta.1+) and native SDK for Android, iOS, and Windows. Currently, simulcast on the sender side is supported on following desktop browsers - Chrome and Microsoft Edge. Simulcast on receiver side is supported on all platforms that Azure Communication Services Calling supports. Support for Sender side Simulcast capability from mobile browsers is planned for a future release. |
| 22 | + |
| 23 | +## How simulcast works |
| 24 | + |
| 25 | +The simulcast feature enables a publisher, in this case the Azure Communication Services calling SDK, to send different qualities of the same video to the selective forwarding unit (SFU). The SFU then forwards the most suitable quality to each other endpoint on a call, based on their bandwidth, CPU, and resolution preferences. This way, the publisher can save resources and the subscribers can receive the best possible quality. The SFU doesn't change the video quality. The SFU only selects which one to forward. |
| 26 | + |
| 27 | +## Supported number of video qualities available with Simulcast |
24 | 28 |
|
25 |
| -## Supported number of video qualities available with Simulcast. |
26 | 29 | Simulcast streaming from a web endpoint supports a maximum two video qualities. There aren't API controls needed to enable Simulcast for Azure Communication Services. Simulcast is enabled and available for all video calls.
|
27 | 30 |
|
28 | 31 | ## Available video resolutions
|
29 |
| -When streaming with simulcast, there are no set resolutions for high or low quality simulcast video streams. Instead, based on many different variables, either a single or multiple video steams are delivered. If every subscriber to video is requesting and capable of receiving maximum resolution what publisher can provide, only that maximum resolution will be sent. The following resolutions are supported: |
30 |
| -- 1080P |
| 32 | + |
| 33 | +When a participant is streaming with simulcast, there are no set resolutions for high or low quality simulcast video streams. Instead, based on many different variables, either a single or multiple video steams are delivered. If every subscriber to video is requesting and capable of receiving maximum resolution what publisher can provide, only that it sends maximum resolution. |
| 34 | + |
| 35 | +Simulcast supports the following resolutions: |
| 36 | + |
| 37 | +- 1080p |
31 | 38 | - 720p
|
32 | 39 | - 540p
|
33 | 40 | - 360p
|
|
0 commit comments