You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/media-comp.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ ms.subservice: calling
17
17
18
18
Azure Communication Services Media Streaming and Composition enables you to build dynamic voice and video calling experiences at large scales, suitable for interactive streaming, virtual events, and broadcast scenarios. In a common video calling scenario, each participant is uploading several media streams captured from:
19
19
20
-
1. Cameras
21
-
2. Microphones
22
-
3. Applications (screen sharing)
20
+
- Cameras
21
+
- Microphones
22
+
- Applications (screen sharing)
23
23
24
24
These media streams are typically arrayed in a grid and broadcast to call participants. Media Streaming and Composition allows you to extend and enhance this experience:
25
25
26
-
1. Connect devices and services using streaming protocols such as [RTMP](https://datatracker.ietf.org/doc/html/rfc7016) or [SRT](https://datatracker.ietf.org/doc/html/draft-sharabayko-srt)
27
-
2. Compose media streams into complex scenes
26
+
- Connect devices and services using streaming protocols such as [RTMP](https://datatracker.ietf.org/doc/html/rfc7016) or [SRT](https://datatracker.ietf.org/doc/html/draft-sharabayko-srt)
27
+
- Compose media streams into complex scenes
28
28
29
29
RTMP & SRT connectivity can be used for both input and output. Using RTMP/SRT input, a videography studio that emits RTMP/SRT can join an Azure Communication Services call. RTMP/SRT output allows you to stream media from Azure Communication Services into [Azure Media Services](https://docs.microsoft.com/azure/media-services/latest/concepts-overview), YouTube Live, and many other broadcasting channels. The ability to attach industry standard RTMP/SRT emitters and to output content to RTMP/SRT subscribers for broadcasting transforms a small group call into a virtual event that reaches millions of people in real time.
30
30
@@ -53,10 +53,10 @@ This functionality is activated through REST APIs and open-source SDKs. Below is
53
53
```
54
54
The presenter layout is one of several layouts available through the media composition capability:
55
55
56
-
1.**Grid** - This is the typical video calling layout, where all media sources are shown on a grid with similar sizes. You can use the grid layout to specify grid positions and size.
57
-
1.**Presentation.** Similar to the grid layout but media sources can have different sizes, allowing for emphasis.
58
-
1.**Presenter** - This layout overlays two sources on top of each other.
59
-
1.**Weather Person** - This layout overlays two sources, but in real-time Azure will remove the background behind people.
56
+
-**Grid** - This is the typical video calling layout, where all media sources are shown on a grid with similar sizes. You can use the grid layout to specify grid positions and size.
57
+
-**Presentation.** Similar to the grid layout but media sources can have different sizes, allowing for emphasis.
58
+
-**Presenter** - This layout overlays two sources on top of each other.
59
+
-**Weather Person** - This layout overlays two sources, but in real-time Azure will remove the background behind people.
60
60
61
61
<!----To try out media composition, check out following content:----->
0 commit comments