You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::HlsInputSettingsWhen 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 collapseWhen 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.
When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).
The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
The number of seconds between retries when an attempt to read a manifest or segment fails.
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.
#buffer_segments ⇒ IntegerWhen 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.
#retries ⇒ IntegerThe number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
#retry_interval ⇒ IntegerThe number of seconds between retries when an attempt to read a manifest or segment fails.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4