AWS::MediaLive::Channel HlsInputSettings
Information about how to connect to the upstream system.
The parent of this entity is NetworkInputSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Bandwidth" :
Integer
, "BufferSegments" :Integer
, "Retries" :Integer
, "RetryInterval" :Integer
, "Scte35Source" :String
}
YAML
Bandwidth:
Integer
BufferSegments:Integer
Retries:Integer
RetryInterval:Integer
Scte35Source:String
Properties
Bandwidth
-
When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen. Otherwise, the highest bandwidth stream in the m3u8 is chosen. The bitrate is specified in bits per second, as in an HLS manifest.
Required: No
Type: Integer
Update requires: No interruption
BufferSegments
-
When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment). When not specified, the HLS input begins with the first segment specified in the m3u8.
Required: No
Type: Integer
Update requires: No interruption
Retries
-
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
Required: No
Type: Integer
Update requires: No interruption
RetryInterval
-
The number of seconds between retries when an attempt to read a manifest or segment fails.
Required: No
Type: Integer
Update requires: No interruption
Scte35Source
-
Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.
Required: No
Type: String
Update requires: No interruption