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

Class: Aws::MediaLive::Types::HlsWebdavSettings

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

Overview

Note:

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

{
  connection_retry_interval: 1,
  filecache_duration: 1,
  http_transfer_mode: "CHUNKED", # accepts CHUNKED, NON_CHUNKED
  num_retries: 1,
  restart_delay: 1,
}

Hls Webdav Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_retry_intervalInteger

Number of seconds to wait before retrying connection to the CDN if the connection is lost.

Returns:

  • (Integer)

    Number of seconds to wait before retrying connection to the CDN if the connection is lost.

#filecache_durationInteger

Size in seconds of file cache for streaming outputs.

Returns:

  • (Integer)

    Size in seconds of file cache for streaming outputs.

#http_transfer_modeString

Specify whether or not to use chunked transfer encoding to WebDAV.

Possible values:

  • CHUNKED
  • NON_CHUNKED

Returns:

  • (String)

    Specify whether or not to use chunked transfer encoding to WebDAV.

#num_retriesInteger

Number of retry attempts that will be made before the Live Event is put into an error state.

Returns:

  • (Integer)

    Number of retry attempts that will be made before the Live Event is put into an error state.

#restart_delayInteger

If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

Returns:

  • (Integer)

    If a streaming output fails, number of seconds to wait until a restart is initiated.