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
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,43 @@ ms.workload: media
12
12
ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: article
15
-
ms.date: 02/21/2020
15
+
ms.date: 02/25/2020
16
16
ms.author: juliako
17
17
18
18
---
19
19
20
20
# Media Services Live Event error codes
21
21
22
-
The table below lists the [Live Event](live-events-outputs-concept.md) error codes:
22
+
The tables in this section list the [Live Event](live-events-outputs-concept.md) error codes.
23
+
24
+
## LiveEventConnectionRejected
25
+
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.
| MPE_INGEST_DESCRIPTION_INFO_NOT_RECEIVED |The media description information was not received before the actual media data was delivered.|
35
+
| MPE_INGEST_MEDIA_QUALITIES_EXCEEDED |The count of qualities for audio or video type exceeded the maximum allowed limit.|
36
+
| MPE_INGEST_BITRATE_AGGREGATED_EXCEEDED |The total incoming bitrate in a live event or channel service exceeded the maximum 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
42
+
43
+
You may see one of the following errors from the [LiveEventEncoderDisconnected](media-services-event-schemas.md#liveeventencoderdisconnected) event.
44
+
45
+
|Result code|Description|
46
+
|---|---|
47
+
|MPE_RTMP_SESSION_IDLE_TIMEOUT|RTMP session timed out after being idle for allowed time limit.|
48
+
|MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID|The timestamp for video or audio FLVTag is invalid from RTMP encoder.|
49
+
|MPE_CAPACITY_LIMIT_REACHED|Encoder sending data too fast.|
50
+
|Unknown error codes|These error codes can range from memory error to duplicate entries in hash map.|
23
51
24
-
|Error|Description|
25
-
|---|---|
26
-
|MPE_INGEST_FRAMERATE_EXCEEDED|This error occurs when the incoming encoder is sending streams exceeding 30fps for encoding live events/channels.|
27
-
|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. |
336
-
| MPE_INGEST_MEDIA_QUALITIES_EXCEEDED | Number of qualities specified exceeds allowed max limit. |
337
-
| MPE_INGEST_BITRATE_AGGREGATED_EXCEEDED | Aggregated bitrate exceeds max allowed limit. |
338
-
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
327
+
You can find the error result codes in [live Event error codes](live-event-error-codes.md).
339
328
340
329
### LiveEventEncoderConnected
341
330
@@ -405,14 +394,7 @@ The data object has the following properties:
405
394
| encoderPort | string | Port of the encoder from where this stream is coming. |
406
395
| resultCode | string | The reason for the encoder disconnecting. It could be graceful disconnect or from an error. The result codes are listed in the following table. |
407
396
408
-
The error result codes are:
409
-
410
-
| Result code | Description |
411
-
| ----------- | ----------- |
412
-
| MPE_RTMP_SESSION_IDLE_TIMEOUT | RTMP session timed out after being idle for allowed time limit. |
413
-
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
414
-
| MPE_CAPACITY_LIMIT_REACHED | Encoder sending data too fast. |
415
-
| Unknown Error Codes | These error codes can range from memory error to duplicate entries in hash map. |
397
+
You can find the error result codes in [live Event error codes](live-event-error-codes.md).
416
398
417
399
The graceful disconnect result codes are:
418
400
@@ -688,3 +670,4 @@ An event has the following top-level data:
688
670
689
671
-[EventGrid .NET SDK that includes Media Service events](https://www.nuget.org/packages/Microsoft.Azure.EventGrid/)
690
672
-[Definitions of Media Services events](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventgrid/data-plane/Microsoft.Media/stable/2018-01-01/MediaServices.json)
0 commit comments