You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::HlsAkamaiSettingsWhen passing HlsAkamaiSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
connection_retry_interval: 1,
filecache_duration: 1,
http_transfer_mode: "CHUNKED", num_retries: 1,
restart_delay: 1,
salt: "__string",
token: "__string",
}
Hls Akamai Settings
Returned by:
Instance Attribute Summary collapseNumber of seconds to wait before retrying connection to the CDN if the connection is lost.
Size in seconds of file cache for streaming outputs.
Specify whether or not to use chunked transfer encoding to Akamai.
Number of retry attempts that will be made before the Live Event is put into an error state.
If a streaming output fails, number of seconds to wait until a restart is initiated.
Salt for authenticated Akamai.
Token parameter for authenticated akamai.
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
#filecache_duration ⇒ IntegerSize in seconds of file cache for streaming outputs.
#http_transfer_mode ⇒ StringSpecify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
Possible values:
Number of retry attempts that will be made before the Live Event is put into an error state.
#restart_delay ⇒ IntegerIf a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
#salt ⇒ StringSalt for authenticated Akamai.
#token ⇒ StringToken parameter for authenticated akamai. If not specified, _gda_ is used.
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