Skip to content

Commit 9de2937

Browse files
authored
Apply suggestions from code review
1 parent 7e99613 commit 9de2937

File tree

1 file changed

+9
-9
lines changed
  • articles/communication-services/concepts/voice-video-calling

1 file changed

+9
-9
lines changed

articles/communication-services/concepts/voice-video-calling/media-comp.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ ms.subservice: calling
1717

1818
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:
1919

20-
1. Cameras
21-
2. Microphones
22-
3. Applications (screen sharing)
20+
- Cameras
21+
- Microphones
22+
- Applications (screen sharing)
2323

2424
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:
2525

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
2828

2929
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.
3030

@@ -53,10 +53,10 @@ This functionality is activated through REST APIs and open-source SDKs. Below is
5353
```
5454
The presenter layout is one of several layouts available through the media composition capability:
5555

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.
6060

6161
<!----To try out media composition, check out following content:----->
6262

0 commit comments

Comments
 (0)