Vinyl
    Preparing search index...

    Interface BufferingControllerImplOptions

    interface BufferingControllerImplOptions {
        maxAppendSize: Partial<Record<ContentType, number>>;
        minBuffer: number;
    }
    Index

    Properties

    maxAppendSize: Partial<Record<ContentType, number>>

    The maximum number of bytes to append at a time per content type. Default: { audio: 1MiB, video: 15MiB }

    minBuffer: number

    When the buffer falls below this time threshold, the next segment will be requested from the segment controller and appended. Default: 4s