mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / HLSSettings Object / appendErrorMaxRetry Property
In This Topic
    appendErrorMaxRetry Property
    In This Topic
    Description

    Max number of sourceBuffer.appendBuffer() retry upon error. Such error could happen in loop with UHD streams, when internal buffer is full.

    Default: 3

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property appendErrorMaxRetry As Long
    Remarks

    Max number of sourceBuffer.appendBuffer() retry upon error. Such error could happen in loop with UHD streams, when internal buffer is full. (Quota Exceeding Error will be triggered). In that case we need to wait for the browser to evict some data before being able to append buffer correctly.

    See Also