Skip to content

Commit 0fb3587

Browse files
authored
Merge pull request #113814 from IngridAtMicrosoft/live-event-errors2
added error code
2 parents b1feec7 + b3af8ce commit 0fb3587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: media
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 02/25/2020
15+
ms.date: 05/4/2020
1616
ms.author: inhenkel
1717

1818
---
@@ -37,6 +37,7 @@ When you subscribe to the [Event Grid](https://docs.microsoft.com/azure/event-gr
3737
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
3838
| MPE_INGEST_FRAMERATE_EXCEEDED | The incoming encoder ingested streams with framerates exceeded the maximum allowed 30fps for encoding live events/channels.|
3939
| 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+
| MPE_INGEST_RTMP_TOO_LARGE_UNPROCESSED_FLV | Too many FLV tags in the internal buffer are waiting to be processed. For video data, a typical cause is that the key frames did not arrive in time. LiveEvent server may disconnect from the contribution encoder. The contribution encoder should reconnect and ensure key frames are sent with less than 20 seconds in GOP length. |
4041

4142
## LiveEventEncoderDisconnected
4243

0 commit comments

Comments
 (0)