LiveEventInput interface

The live event input.

Properties

accessControl

Access control for live event input.

accessToken

A UUID in string form to uniquely identify the stream. This can be specified at creation time but cannot be updated. If omitted, the service will generate a unique value.

endpoints

The input endpoints for the live event.

keyFrameIntervalDuration

ISO 8601 time duration of the key frame interval duration of the input. This value sets the EXT-X-TARGETDURATION property in the HLS output. For example, use PT2S to indicate 2 seconds. Leave the value empty for encoding live events.

streamingProtocol

The input protocol for the live event. This is specified at creation time and cannot be updated.

Property Details

accessControl

Access control for live event input.

accessControl?: LiveEventInputAccessControl

Property Value

accessToken

A UUID in string form to uniquely identify the stream. This can be specified at creation time but cannot be updated. If omitted, the service will generate a unique value.

accessToken?: string

Property Value

string

endpoints

The input endpoints for the live event.

endpoints?: LiveEventEndpoint[]

Property Value

keyFrameIntervalDuration

ISO 8601 time duration of the key frame interval duration of the input. This value sets the EXT-X-TARGETDURATION property in the HLS output. For example, use PT2S to indicate 2 seconds. Leave the value empty for encoding live events.

keyFrameIntervalDuration?: string

Property Value

string

streamingProtocol

The input protocol for the live event. This is specified at creation time and cannot be updated.

streamingProtocol: string

Property Value

string