Properties specific to the HLS component

Export

ComponentPropertiesHLS

interface ComponentPropertiesHLS {
    lowLatency: boolean;
    persistent: boolean;
    playable: boolean;
    subscribeMode: ComponentPropertiesHLSSubscribeModeEnum;
    targetWindowDuration: null | number;
}

Properties

lowLatency: boolean

Whether the component uses LL-HLS

Memberof

ComponentPropertiesHLS

persistent: boolean

Whether the video is stored after end of stream

Memberof

ComponentPropertiesHLS

playable: boolean

Whether the generated HLS playlist is playable

Memberof

ComponentPropertiesHLS

Whether the HLS component should subscribe to tracks automatically or manually

Memberof

ComponentPropertiesHLS

targetWindowDuration: null | number

Duration of stream available for viewer

Memberof

ComponentPropertiesHLS