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

HlsWebdavSettings

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

Hls Webdav Settings

interface HlsWebdavSettings {
ConnectionRetryInterval?: number | null;
FilecacheDuration?: number | null;
HttpTransferMode?: HlsWebdavHttpTransferMode | 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.

§
HttpTransferMode?: HlsWebdavHttpTransferMode | null
[src]

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

§
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.