Options specific to the HLS component

Export

ComponentOptionsHLS

interface ComponentOptionsHLS {
    lowLatency?: boolean;
    persistent?: boolean;
    s3?: null | S3Credentials;
    subscribeMode?: ComponentOptionsHLSSubscribeModeEnum;
    targetWindowDuration?: null | number;
}

Properties

lowLatency?: boolean

Whether the component should use LL-HLS

Memberof

ComponentOptionsHLS

persistent?: boolean

Whether the video is stored after end of stream

Memberof

ComponentOptionsHLS

s3?: null | S3Credentials

Memberof

ComponentOptionsHLS

Whether the HLS component should subscribe to tracks automatically or manually.

Memberof

ComponentOptionsHLS

targetWindowDuration?: null | number

Duration of stream available for viewer

Memberof

ComponentOptionsHLS