@@ -52,7 +52,7 @@ Track-level events are raised per track. The track event types are:
52
52
* LiveEventIngestHeartbeat
53
53
* LiveEventTrackDiscontinuityDetected
54
54
55
- ## JobStateChange event
55
+ ## JobStateChange
56
56
57
57
The following example shows the schema of the ** JobStateChange** event:
58
58
@@ -83,7 +83,7 @@ The data object has the following properties:
83
83
84
84
Where the Job state can be one of the values: * Queued* , * Scheduled* , * Processing* , * Finished* , * Error* , * Canceled* , * Canceling*
85
85
86
- ## LiveEventConnectionRejected event
86
+ ## LiveEventConnectionRejected
87
87
88
88
The following example shows the schema of the ** LiveEventConnectionRejected** event:
89
89
@@ -130,7 +130,7 @@ The result codes are:
130
130
| MPE_INGEST_BITRATE_AGGREGATED_EXCEEDED | Aggregated bitrate exceeds max allowed limit. |
131
131
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
132
132
133
- ## LiveEventEncoderConnected event
133
+ ## LiveEventEncoderConnected
134
134
135
135
The following example shows the schema of the ** LiveEventEncoderConnected** event:
136
136
@@ -219,7 +219,7 @@ The graceful disconnect result codes are:
219
219
| MPI_REST_API_CHANNEL_STOP | Channel undergoing maintenance. |
220
220
| MPI_STREAM_HIT_EOF | EOF stream is sent by the encoder. |
221
221
222
- ## LiveEventIncomingDataChunkDropped event
222
+ ## LiveEventIncomingDataChunkDropped
223
223
224
224
The following example shows the schema of the ** LiveEventIncomingDataChunkDropped** event:
225
225
@@ -255,7 +255,7 @@ The data object has the following properties:
255
255
| Timescale | string | Timescale of the timestamp. |
256
256
| ResultCode | string | Reason of the data chunk drop. ** FragmentDrop_OverlapTimestamp** or ** FragmentDrop_NonIncreasingTimestamp** . |
257
257
258
- ## LiveEventIncomingStreamReceived event
258
+ ## LiveEventIncomingStreamReceived
259
259
260
260
The following example shows the schema of the ** LiveEventIncomingStreamReceived** event:
261
261
@@ -297,7 +297,7 @@ The data object has the following properties:
297
297
| Timestamp | string | First timestamp of the data chunk received. |
298
298
| Timescale | string | Timescale in which timestamp is represented. |
299
299
300
- ## LiveEventIncomingStreamsOutOfSync event
300
+ ## LiveEventIncomingStreamsOutOfSync
301
301
302
302
The following example shows the schema of the ** LiveEventIncomingStreamsOutOfSync** event:
303
303
@@ -330,7 +330,7 @@ The data object has the following properties:
330
330
| MaxLastTimestamp | string | Maximum of all the timestamps among all the tracks (audio or video). |
331
331
| TypeOfTrackWithMaxLastTimestamp | string | Type of the track (audio or video) with maximum last timestamp. |
332
332
333
- ## LiveEventIncomingVideoStreamsOutOfSync event
333
+ ## LiveEventIncomingVideoStreamsOutOfSync
334
334
335
335
The following example shows the schema of the ** LiveEventIncomingVideoStreamsOutOfSync** event:
336
336
@@ -362,7 +362,7 @@ The data object has the following properties:
362
362
| SecondTimestamp | string | Timestamp received for some other track/quality level of the type video. |
363
363
| SecondDuration | string | Duration of the data chunk with second timestamp. |
364
364
365
- ## LiveEventIngestHeartbeat event
365
+ ## LiveEventIngestHeartbeat
366
366
367
367
The following example shows the schema of the ** LiveEventIngestHeartbeat** event:
368
368
@@ -411,7 +411,7 @@ The data object has the following properties:
411
411
| State | string | State of the live event. |
412
412
| Healthy | bool | Indicates whether ingest is healthy based on the counts and flags. Healthy is true if OverlapCount = 0 && DiscontinuityCount = 0 && NonIncreasingCount = 0 && UnexpectedBitrate = false. |
413
413
414
- ## LiveEventTrackDiscontinuityDetected event
414
+ ## LiveEventTrackDiscontinuityDetected
415
415
416
416
The following example shows the schema of the ** LiveEventTrackDiscontinuityDetected** event:
417
417
@@ -450,7 +450,7 @@ The data object has the following properties:
450
450
| DiscontinuityGap | string | Gap between above two timestamps. |
451
451
| Timescale | string | Timescale in which both timestamp and discontinuity gap are represented. |
452
452
453
- ### Common event properties
453
+ ## Common event properties
454
454
455
455
An event has the following top-level data:
456
456
0 commit comments