OriginEndpointLowLatencyHlsManifestConfiguration

data class OriginEndpointLowLatencyHlsManifestConfiguration(val childManifestName: String? = null, val filterConfiguration: OriginEndpointFilterConfiguration? = null, val manifestName: String, val manifestWindowSeconds: Int? = null, val programDateTimeIntervalSeconds: Int? = null, val scteHls: OriginEndpointScteHls? = null, val url: String? = null)

Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.

Constructors

constructor(childManifestName: String? = null, filterConfiguration: OriginEndpointFilterConfiguration? = null, manifestName: String, manifestWindowSeconds: Int? = null, programDateTimeIntervalSeconds: Int? = null, scteHls: OriginEndpointScteHls? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

Link copied to clipboard

A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

Link copied to clipboard

The total duration (in seconds) of the manifest's content.

Link copied to clipboard

Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

Link copied to clipboard

The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.

Link copied to clipboard
val url: String? = null

The egress domain URL for stream delivery from MediaPackage.