You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::HlsInputSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HlsInputSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  bandwidth: 1,
  buffer_segments: 1,
  retries: 1,
  retry_interval: 1,
}

Hls Input Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidthInteger

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.

Returns:

  • (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_segmentsInteger

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.

Returns:

  • (Integer)

    When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).

#retriesInteger

The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

Returns:

  • (Integer)

    The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

#retry_intervalInteger

The number of seconds between retries when an attempt to read a manifest or segment fails.

Returns:

  • (Integer)

    The number of seconds between retries when an attempt to read a manifest or segment fails.