Values.HlsMediaStoreSettingsSourceHls Media Store 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.
*)mediaStoreStorageClass : HlsMediaStoreStorageClass.t option;When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
*)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.
*)}