class Aws::MediaLive::Types::HlsWebdavSettings
Hls Webdav Settings
@note When making an API call, you may pass HlsWebdavSettings
data as a hash: { connection_retry_interval: 1, filecache_duration: 1, http_transfer_mode: "CHUNKED", # accepts CHUNKED, NON_CHUNKED num_retries: 1, restart_delay: 1, }
@!attribute [rw] connection_retry_interval
Number of seconds to wait before retrying connection to the CDN if the connection is lost. @return [Integer]
@!attribute [rw] filecache_duration
Size in seconds of file cache for streaming outputs. @return [Integer]
@!attribute [rw] http_transfer_mode
Specify whether or not to use chunked transfer encoding to WebDAV. @return [String]
@!attribute [rw] num_retries
Number of retry attempts that will be made before the Live Event is put into an error state. @return [Integer]
@!attribute [rw] restart_delay
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsWebdavSettings AWS API Documentation
Constants
- SENSITIVE