Values.HlsAkamaiSettingsSourceHls Akamai Settings
type nonrec t = {connectionRetryInterval : int option;Number of seconds to wait before retrying connection to the CDN if the connection is lost.
*)filecacheDuration : int option;Size in seconds of file cache for streaming outputs.
*)httpTransferMode : HlsAkamaiHttpTransferMode.t option;Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
*)numRetries : int option;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.
*)restartDelay : int option;If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
*)salt : string option;Salt for authenticated Akamai.
*)token : string option;Token parameter for authenticated akamai. If not specified, _gda_ is used.
*)}