Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HlsBasicPutSettings

import type { HlsBasicPutSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Hls Basic Put Settings

interface HlsBasicPutSettings {
ConnectionRetryInterval?: number | null;
FilecacheDuration?: number | null;
NumRetries?: number | null;
RestartDelay?: number | null;
}

§Properties

§
ConnectionRetryInterval?: number | null
[src]

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

§
FilecacheDuration?: number | null
[src]

Size in seconds of file cache for streaming outputs.

§
NumRetries?: number | null
[src]

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

§
RestartDelay?: number | null
[src]

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