Skip to content

Commit d2b6ff0

Browse files
authored
Merge pull request #107587 from Juliako/patch-1
Update TOC.yml
2 parents a97a9c7 + 83df9cb commit d2b6ff0

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

articles/media-services/latest/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
- name: Live Events and Live Outputs
9898
href: live-events-outputs-concept.md
9999
displayName: vanity, ingest
100-
- name: Recommended live encoders
100+
- name: Tested on-premises live encoders
101101
href: recommended-on-premises-live-encoders.md
102102
- name: Time-shifting and live-to-VOD
103103
displayName: archive, dvr
@@ -290,7 +290,9 @@
290290
href: job-error-codes.md
291291
- name: Stream live
292292
items:
293-
- name: Become an on-premises encoder partner
293+
- name: Live event with portal and Wirecast
294+
href: live-events-wirecast-quickstart.md
295+
- name: Verify your on-premises encoder
294296
href: become-on-premises-encoder-partner.md
295297
- name: Live Event error codes
296298
href: live-event-error-codes.md

articles/media-services/latest/become-on-premises-encoder-partner.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Mandatory fields. See more on aka.ms/skyeye/meta.
33
title: Become an on-premises encoder partner - Azure Media Services
4-
description: Become an on-premises encoder partner with Azure Media Services.
4+
description: This article discusses how to verify your on-premises live streaming encoders.
55
services: media-services
66
author: johndeu
77
manager: johndeu
@@ -21,11 +21,13 @@ ms.service: media-services
2121
# manager: MSFT-alias-manager-or-PM-counterpart
2222
---
2323

24-
# Become an on-premises encoder partner
24+
# How to verify your on-premises live streaming encoder
2525

2626
As an Azure Media Services on-premises encoder partner, Media Services promotes your product by recommending your encoder to enterprise customers. To become an on-premises encoder partner, you must verify compatibility of your on-premises encoder with Media Services. To do so, complete the following verifications.
2727

28-
### Pass-through Live Event verification
28+
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
29+
30+
## Pass-through Live Event verification
2931

3032
1. In your Media Services account, make sure that the **Streaming Endpoint** is running.
3133
2. Create and start the **pass-through** Live Event. <br/> For more information, see [Live Event states and billing](live-event-states-billing.md).
@@ -44,7 +46,7 @@ As an Azure Media Services on-premises encoder partner, Media Services promotes
4446
15. Reset the Live Event state after creating each sample.
4547
16. Repeat steps 5 through 15 for all configurations supported by your encoder (with and without ad signaling, captions, or different encoding speeds).
4648

47-
### Live encoding Live Event verification
49+
## Live encoding Live Event verification
4850

4951
1. In your Media Services account, make sure that the **Streaming Endpoint** is running.
5052
2. Create and start the **live encoding** Live Event. <br/> For more information, see [Live Event states and billing](live-event-states-billing.md).
@@ -63,17 +65,17 @@ As an Azure Media Services on-premises encoder partner, Media Services promotes
6365
15. Reset the Live Event state after creating each sample.
6466
16. Repeat steps 5 through 15 for all configurations supported by your encoder (with and without ad signaling, captions, or different encoding speeds).
6567

66-
### Longevity verification
68+
## Longevity verification
6769

6870
Follow the same steps as in [Pass-through Live Event verification](#pass-through-live-event-verification) except for step 11. <br/>Instead of 10 minutes, run your live encoder for one week or longer. Use a player such as [Azure Media Player](https://aka.ms/azuremediaplayer) to watch the live streaming from time to time (or an archived asset) to ensure that playback has no visible glitches.
6971

70-
### Email your recorded settings
72+
## Email your recorded settings
7173

7274
Finally, email your recorded settings and live archive parameters to Azure Media Services at [email protected] as a notification that all self-verification checks have passed. Also, include your contact information for any follow-ups. You can contact the Azure Media Services team with any questions about this process.
7375

7476
## See also
7577

76-
[Recommended on-premises live encoders](recommended-on-premises-live-encoders.md)
78+
[Tested on-premises encoders](recommended-on-premises-live-encoders.md)
7779

7880
## Next steps
7981

articles/media-services/latest/recommended-on-premises-live-encoders.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,21 @@ ms.service: media-services
2222
# manager: MSFT-alias-manager-or-PM-counterpart
2323
---
2424

25-
# Recommended on-premises live streaming encoders
25+
# Tested on-premises live streaming encoders
2626

2727
In Azure Media Services, a [Live Event](https://docs.microsoft.com/rest/api/media/liveevents) (channel) represents a pipeline for processing live-streaming content. The Live Event receives live input streams in one of two ways.
2828

2929
* An on-premises live encoder sends a multi-bitrate RTMP or Smooth Streaming (fragmented MP4) stream to the Live Event that is not enabled to perform live encoding with Media Services. The ingested streams pass through Live Events without any further processing. This method is called **pass-through**. We recommend for the live encoder to send multi-bitrate streams instead of a single-bitrate stream to a pass-through live event to allow for adaptive bitrate streaming to the client.
3030

3131
If you are using multi-bitrates streams for the pass-through live event, the video GOP size and the video fragments on different bitrates must be synchronized to avoid unexpected behavior on the playback side.
3232

33-
> [!NOTE]
33+
> [!TIP]
3434
> Using a pass-through method is the most economical way to do live streaming.
3535
3636
* An on-premises live encoder sends a single-bitrate stream to the Live Event that is enabled to perform live encoding with Media Services in one of the following formats: RTMP or Smooth Streaming (fragmented MP4). The Live Event then performs live encoding of the incoming single-bitrate stream to a multi-bitrate (adaptive) video stream.
3737

38+
This article discusses tested on-premises live streaming encoders. For instructions on how to verify your on-premises live encoder, see [verify your on-premises encoder](become-on-premises-encoder-partner.md)
39+
3840
For detailed information about live encoding with Media Services, see [Live streaming with Media Services v3](live-streaming-overview.md).
3941

4042
## Encoder requirements
@@ -105,8 +107,8 @@ To play back content, both an audio and video stream must be present. Playback o
105107

106108
## See also
107109

108-
[Become an on-premises encoder partner](become-on-premises-encoder-partner.md)
110+
[Live streaming with Media Services v3](live-streaming-overview.md)
109111

110112
## Next steps
111113

112-
[Live streaming with Media Services v3](live-streaming-overview.md)
114+
[How to verify your encoder](become-on-premises-encoder-partner.md)

0 commit comments

Comments
 (0)