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/media-services/latest/become-on-premises-encoder-partner.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
# Mandatory fields. See more on aka.ms/skyeye/meta.
3
3
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.
5
5
services: media-services
6
6
author: johndeu
7
7
manager: johndeu
@@ -21,11 +21,13 @@ ms.service: media-services
21
21
# manager: MSFT-alias-manager-or-PM-counterpart
22
22
---
23
23
24
-
# Become an on-premises encoder partner
24
+
# How to verify your on-premises live streaming encoder
25
25
26
26
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.
1. In your Media Services account, make sure that the **Streaming Endpoint** is running.
31
33
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
44
46
15. Reset the Live Event state after creating each sample.
45
47
16. Repeat steps 5 through 15 for all configurations supported by your encoder (with and without ad signaling, captions, or different encoding speeds).
46
48
47
-
###Live encoding Live Event verification
49
+
## Live encoding Live Event verification
48
50
49
51
1. In your Media Services account, make sure that the **Streaming Endpoint** is running.
50
52
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
63
65
15. Reset the Live Event state after creating each sample.
64
66
16. Repeat steps 5 through 15 for all configurations supported by your encoder (with and without ad signaling, captions, or different encoding speeds).
65
67
66
-
###Longevity verification
68
+
## Longevity verification
67
69
68
70
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.
69
71
70
-
###Email your recorded settings
72
+
## Email your recorded settings
71
73
72
74
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.
73
75
74
76
## See also
75
77
76
-
[Recommended on-premises live encoders](recommended-on-premises-live-encoders.md)
Copy file name to clipboardExpand all lines: articles/media-services/latest/recommended-on-premises-live-encoders.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,21 @@ ms.service: media-services
22
22
# manager: MSFT-alias-manager-or-PM-counterpart
23
23
---
24
24
25
-
# Recommended on-premises live streaming encoders
25
+
# Tested on-premises live streaming encoders
26
26
27
27
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.
28
28
29
29
* 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.
30
30
31
31
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.
32
32
33
-
> [!NOTE]
33
+
> [!TIP]
34
34
> Using a pass-through method is the most economical way to do live streaming.
35
35
36
36
* 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.
37
37
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
+
38
40
For detailed information about live encoding with Media Services, see [Live streaming with Media Services v3](live-streaming-overview.md).
39
41
40
42
## Encoder requirements
@@ -105,8 +107,8 @@ To play back content, both an audio and video stream must be present. Playback o
105
107
106
108
## See also
107
109
108
-
[Become an on-premises encoder partner](become-on-premises-encoder-partner.md)
110
+
[Live streaming with Media Services v3](live-streaming-overview.md)
109
111
110
112
## Next steps
111
113
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