Skip to content

Commit cbd1893

Browse files
authored
Update media-services-event-schemas.md
1 parent ab5bae2 commit cbd1893

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

articles/media-services/latest/media-services-event-schemas.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -324,20 +324,7 @@ The data object has the following properties:
324324
| encoderPort | string | Port of the encoder from where this stream is coming. |
325325
| resultCode | string | The reason the connection was rejected. The result codes are listed in the following table. |
326326

327-
The result codes are:
328-
329-
| Result code | Description |
330-
| ----------- | ----------- |
331-
| MPE_RTMP_APPID_AUTH_FAILURE | Incorrect ingest URL |
332-
| MPE_INGEST_ENCODER_CONNECTION_DENIED | Encoder IP isn't present in IP allow list configured |
333-
| MPE_INGEST_RTMP_SETDATAFRAME_NOT_RECEIVED | Encoder didn't send metadata about the stream. |
334-
| MPE_INGEST_CODEC_NOT_SUPPORTED | Codec specified isn't supported. |
335-
| 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. |
339-
| MPE_INGEST_FRAMERATE_EXCEEDED | The incoming encoder ingested streams with framerates exceeded the maximum allowed 30fps for encoding live events/channels.|
340-
| 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.|
327+
You can find the error result codes in [live Event error codes](live-event-error-codes.md).
341328

342329
### LiveEventEncoderConnected
343330

@@ -407,14 +394,7 @@ The data object has the following properties:
407394
| encoderPort | string | Port of the encoder from where this stream is coming. |
408395
| 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. |
409396

410-
The error result codes are:
411-
412-
| Result code | Description |
413-
| ----------- | ----------- |
414-
| MPE_RTMP_SESSION_IDLE_TIMEOUT | RTMP session timed out after being idle for allowed time limit. |
415-
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
416-
| MPE_CAPACITY_LIMIT_REACHED | Encoder sending data too fast. |
417-
| 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).
418398

419399
The graceful disconnect result codes are:
420400

0 commit comments

Comments
 (0)