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
| 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).
341
328
342
329
### LiveEventEncoderConnected
343
330
@@ -407,14 +394,7 @@ The data object has the following properties:
407
394
| encoderPort | string | Port of the encoder from where this stream is coming. |
408
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. |
409
396
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).
0 commit comments