API Docs
    Preparing search index...

    Interface LowLatencyCompatibilityBeta

    Low-Latency HLS server control parameters.

    Corresponds to the #EXT-X-SERVER-CONTROL tag.

    LL-HLS feature

    interface LowLatencyCompatibility {
        canBlockReload: boolean;
        canSkipUntil?: number;
        holdBack?: number;
        partHoldBack?: number;
    }
    Index

    Properties

    canBlockReload: boolean

    Whether block reload is supported.

    canSkipUntil?: number

    Maximum skip duration in seconds.

    holdBack?: number

    Minimum hold-back time in seconds.

    partHoldBack?: number

    Minimum part hold-back time in seconds.