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

    Initial delay between XMLHttpRequest error and first load retry (in ms).

    Default: 1000 ms

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

    Initial delay between XMLHttpRequest error and first load retry (in ms). Any I/O error will trigger retries every 500ms,1s,2s,4s,8s, ... capped to fragLoadingMaxRetryTimeout / manifestLoadingMaxRetryTimeout / levelLoadingMaxRetryTimeout value (exponential backoff).

    Prefetch start fragment although media not attached.

    See Also