Skip to content

Commit 7e3f0d7

Browse files
authored
Update live-event-error-codes.md
1 parent cbd1893 commit 7e3f0d7

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

articles/media-services/latest/live-event-error-codes.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,24 @@ ms.author: juliako
2121

2222
The tables in this section list the [Live Event](live-events-outputs-concept.md) error codes.
2323

24+
## LiveEventConnectionRejected
25+
2426
When you subscribe to the [Event Grid](https://docs.microsoft.com/azure/event-grid/) events for a live event, you may see one of the following errors from the [LiveEventConnectionRejected](media-services-event-schemas.md#liveeventconnectionrejected) event.
2527

26-
|Result code|Description|
27-
|---|---|
28-
|MPE_INGEST_FRAMERATE_EXCEEDED|This error occurs when the incoming encoder is sending streams exceeding 30fps for encoding live events/channels.|
29-
|MPE_INGEST_VIDEO_RESOLUTION_NOT_SUPPORTED|This error occurs when the incoming encoder is sending streams exceeding the following resolutions: 1920x1088 for encoding live events/channels and 4096 x 2160 for pass-through live events/channels.|
30-
|MPE_RTMP_APPID_AUTH_FAILURE|Incorrect ingest URL|
31-
|MPE_INGEST_ENCODER_CONNECTION_DENIED|Encoder IP isn't present in IP allow list configured|
32-
|MPE_INGEST_RTMP_SETDATAFRAME_NOT_RECEIVED|Encoder didn't send metadata about the stream.|
33-
|MPE_INGEST_CODEC_NOT_SUPPORTED|Codec specified isn't supported.|
34-
|MPE_INGEST_DESCRIPTION_INFO_NOT_RECEIVED|Received a fragment before receiving and header for that stream.|
35-
|MPE_INGEST_MEDIA_QUALITIES_EXCEEDED|Number of qualities specified exceeds allowed max limit.|
36-
|MPE_INGEST_BITRATE_AGGREGATED_EXCEEDED|Aggregated bitrate exceeds max allowed limit.|
37-
|MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID|The timestamp for video or audio FLVTag is invalid from RTMP encoder.|
28+
| Result code | Description |
29+
| ----------- | ----------- |
30+
| MPE_RTMP_APPID_AUTH_FAILURE | Incorrect ingest URL |
31+
| MPE_INGEST_ENCODER_CONNECTION_DENIED | Encoder IP isn't present in IP allow list configured |
32+
| MPE_INGEST_RTMP_SETDATAFRAME_NOT_RECEIVED | Encoder didn't send metadata about the stream. |
33+
| MPE_INGEST_CODEC_NOT_SUPPORTED | Codec specified isn't supported. |
34+
| MPE_INGEST_DESCRIPTION_INFO_NOT_RECEIVED | Received a fragment before receiving and header for that stream. |
35+
| MPE_INGEST_MEDIA_QUALITIES_EXCEEDED | Number of qualities specified exceeds allowed max limit. |
36+
| MPE_INGEST_BITRATE_AGGREGATED_EXCEEDED | Aggregated bitrate exceeds max allowed limit. |
37+
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
38+
| MPE_INGEST_FRAMERATE_EXCEEDED | The incoming encoder ingested streams with framerates exceeded the maximum allowed 30fps for encoding live events/channels.|
39+
| MPE_INGEST_VIDEO_RESOLUTION_NOT_SUPPORTED | The incoming encoder ingested streams exceeded the following allowed resolutions: 1920x1088 for encoding live events/channels and 4096 x 2160 for pass-through live events/channels.|
40+
41+
## LiveEventEncoderDisconnected
3842

3943
You may see one of the following errors from the [LiveEventEncoderDisconnected](media-services-event-schemas.md#liveeventencoderdisconnected) event.
4044

@@ -45,6 +49,7 @@ You may see one of the following errors from the [LiveEventEncoderDisconnected](
4549
|MPE_CAPACITY_LIMIT_REACHED|Encoder sending data too fast.|
4650
|Unknown error codes|These error codes can range from memory error to duplicate entries in hash map.|
4751

52+
4853
## See also
4954

5055
[Streaming Endpoint (Origin) error codes](streaming-endpoint-error-codes.md)

0 commit comments

Comments
 (0)