mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / HLSSettings Object / manifestLoadingRetryDelay Property
In This Topic
    manifestLoadingRetryDelay 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 manifestLoadingRetryDelay 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).

    See Also