Skip to content

Commit 9ea68f3

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ When you subscribe to the [Event Grid](https://docs.microsoft.com/azure/event-gr
2929
| ----------- | ----------- |
3030
| MPE_RTMP_APPID_AUTH_FAILURE | Incorrect ingest URL |
3131
| 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. |
32+
| MPE_INGEST_RTMP_SETDATAFRAME_NOT_RECEIVED | The RTMP encoder did not send setDataFrame command. |
3333
| 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. |
34+
| 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.|
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.|

0 commit comments

Comments
 (0)