HlsAkamaiSettings

Hls Akamai Settings

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Size in seconds of file cache for streaming outputs.

Link copied to clipboard

Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.

Link copied to clipboard

Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.

Link copied to clipboard

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

Link copied to clipboard
val salt: String?

Salt for authenticated Akamai.

Link copied to clipboard

Token parameter for authenticated akamai. If not specified, gda is used.

Functions

Link copied to clipboard
inline fun copy(block: HlsAkamaiSettings.Builder.() -> Unit = {}): HlsAkamaiSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String