Class: Aws::MediaLive::Types::HlsInputSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::HlsInputSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Hls Input Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth ⇒ Integer
When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen.
-
#buffer_segments ⇒ Integer
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).
-
#retries ⇒ Integer
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
-
#retry_interval ⇒ Integer
The number of seconds between retries when an attempt to read a manifest or segment fails.
-
#scte_35_source ⇒ String
Identifies the source for the SCTE-35 messages that MediaLive will ingest.
Instance Attribute Details
#bandwidth ⇒ Integer
When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen. The bitrate is specified in bits per second, as in an HLS manifest.
6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6281 class HlsInputSettings < Struct.new( :bandwidth, :buffer_segments, :retries, :retry_interval, :scte_35_source) SENSITIVE = [] include Aws::Structure end |
#buffer_segments ⇒ Integer
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.
6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6281 class HlsInputSettings < Struct.new( :bandwidth, :buffer_segments, :retries, :retry_interval, :scte_35_source) SENSITIVE = [] include Aws::Structure end |
#retries ⇒ Integer
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6281 class HlsInputSettings < Struct.new( :bandwidth, :buffer_segments, :retries, :retry_interval, :scte_35_source) SENSITIVE = [] include Aws::Structure end |
#retry_interval ⇒ Integer
The number of seconds between retries when an attempt to read a manifest or segment fails.
6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6281 class HlsInputSettings < Struct.new( :bandwidth, :buffer_segments, :retries, :retry_interval, :scte_35_source) SENSITIVE = [] include Aws::Structure end |
#scte_35_source ⇒ String
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.
6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6281 class HlsInputSettings < Struct.new( :bandwidth, :buffer_segments, :retries, :retry_interval, :scte_35_source) SENSITIVE = [] include Aws::Structure end |