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/live-event-error-codes.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,24 @@ ms.author: juliako
21
21
22
22
The tables in this section list the [Live Event](live-events-outputs-concept.md) error codes.
23
23
24
+
## LiveEventConnectionRejected
25
+
24
26
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.
25
27
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.|
| 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
38
42
39
43
You may see one of the following errors from the [LiveEventEncoderDisconnected](media-services-event-schemas.md#liveeventencoderdisconnected) event.
40
44
@@ -45,6 +49,7 @@ You may see one of the following errors from the [LiveEventEncoderDisconnected](
45
49
|MPE_CAPACITY_LIMIT_REACHED|Encoder sending data too fast.|
46
50
|Unknown error codes|These error codes can range from memory error to duplicate entries in hash map.|
0 commit comments