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

HlsInputSettings

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

Hls Input Settings

interface HlsInputSettings {
Bandwidth?: number | null;
BufferSegments?: number | null;
Retries?: number | null;
RetryInterval?: number | null;
Scte35Source?: HlsScte35SourceType | null;
}

§Properties

§
Bandwidth?: number | null
[src]

When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen. The bitrate is specified in bits per second, as in an HLS manifest.

§
BufferSegments?: number | null
[src]

When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.

§
Retries?: number | null
[src]

The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

§
RetryInterval?: number | null
[src]

The number of seconds between retries when an attempt to read a manifest or segment fails.

§
Scte35Source?: HlsScte35SourceType | null
[src]

Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.