Skip to content

Commit c6363a3

Browse files
committed
changed h2s
1 parent d4ecad7 commit c6363a3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Track-level events are raised per track. The track event types are:
5252
* LiveEventIngestHeartbeat
5353
* LiveEventTrackDiscontinuityDetected
5454

55-
## JobStateChange event
55+
## JobStateChange
5656

5757
The following example shows the schema of the **JobStateChange** event:
5858

@@ -83,7 +83,7 @@ The data object has the following properties:
8383

8484
Where the Job state can be one of the values: *Queued*, *Scheduled*, *Processing*, *Finished*, *Error*, *Canceled*, *Canceling*
8585

86-
## LiveEventConnectionRejected event
86+
## LiveEventConnectionRejected
8787

8888
The following example shows the schema of the **LiveEventConnectionRejected** event:
8989

@@ -130,7 +130,7 @@ The result codes are:
130130
| MPE_INGEST_BITRATE_AGGREGATED_EXCEEDED | Aggregated bitrate exceeds max allowed limit. |
131131
| MPE_RTMP_FLV_TAG_TIMESTAMP_INVALID | The timestamp for video or audio FLVTag is invalid from RTMP encoder. |
132132

133-
## LiveEventEncoderConnected event
133+
## LiveEventEncoderConnected
134134

135135
The following example shows the schema of the **LiveEventEncoderConnected** event:
136136

@@ -219,7 +219,7 @@ The graceful disconnect result codes are:
219219
| MPI_REST_API_CHANNEL_STOP | Channel undergoing maintenance. |
220220
| MPI_STREAM_HIT_EOF | EOF stream is sent by the encoder. |
221221

222-
## LiveEventIncomingDataChunkDropped event
222+
## LiveEventIncomingDataChunkDropped
223223

224224
The following example shows the schema of the **LiveEventIncomingDataChunkDropped** event:
225225

@@ -255,7 +255,7 @@ The data object has the following properties:
255255
| Timescale | string | Timescale of the timestamp. |
256256
| ResultCode | string | Reason of the data chunk drop. **FragmentDrop_OverlapTimestamp** or **FragmentDrop_NonIncreasingTimestamp**. |
257257

258-
## LiveEventIncomingStreamReceived event
258+
## LiveEventIncomingStreamReceived
259259

260260
The following example shows the schema of the **LiveEventIncomingStreamReceived** event:
261261

@@ -297,7 +297,7 @@ The data object has the following properties:
297297
| Timestamp | string | First timestamp of the data chunk received. |
298298
| Timescale | string | Timescale in which timestamp is represented. |
299299

300-
## LiveEventIncomingStreamsOutOfSync event
300+
## LiveEventIncomingStreamsOutOfSync
301301

302302
The following example shows the schema of the **LiveEventIncomingStreamsOutOfSync** event:
303303

@@ -330,7 +330,7 @@ The data object has the following properties:
330330
| MaxLastTimestamp | string | Maximum of all the timestamps among all the tracks (audio or video). |
331331
| TypeOfTrackWithMaxLastTimestamp | string | Type of the track (audio or video) with maximum last timestamp. |
332332

333-
## LiveEventIncomingVideoStreamsOutOfSync event
333+
## LiveEventIncomingVideoStreamsOutOfSync
334334

335335
The following example shows the schema of the **LiveEventIncomingVideoStreamsOutOfSync** event:
336336

@@ -362,7 +362,7 @@ The data object has the following properties:
362362
| SecondTimestamp | string | Timestamp received for some other track/quality level of the type video. |
363363
| SecondDuration | string | Duration of the data chunk with second timestamp. |
364364

365-
## LiveEventIngestHeartbeat event
365+
## LiveEventIngestHeartbeat
366366

367367
The following example shows the schema of the **LiveEventIngestHeartbeat** event:
368368

@@ -411,7 +411,7 @@ The data object has the following properties:
411411
| State | string | State of the live event. |
412412
| 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. |
413413

414-
## LiveEventTrackDiscontinuityDetected event
414+
## LiveEventTrackDiscontinuityDetected
415415

416416
The following example shows the schema of the **LiveEventTrackDiscontinuityDetected** event:
417417

@@ -450,7 +450,7 @@ The data object has the following properties:
450450
| DiscontinuityGap | string | Gap between above two timestamps. |
451451
| Timescale | string | Timescale in which both timestamp and discontinuity gap are represented. |
452452

453-
### Common event properties
453+
## Common event properties
454454

455455
An event has the following top-level data:
456456

0 commit comments

Comments
 (0)