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

    ABR algorithm will always try to choose a quality level that should avoid rebuffering.

    Default: 4 sec

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

    ABR algorithm will always try to choose a quality level that should avoid rebuffering. In case no quality level with this criteria can be found (lets say for example that buffer length is 1s, but fetching a fragment at lowest quality is predicted to take around 2s ... ie we can forecast around 1s of rebuffering ...) then ABR algorithm will try to find a level that should guarantee less than maxStarvationDelay of buffering.

    See Also