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

    Maximum delay allowed from edge of live.

    Default: Infinity (-1)

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

    Maximum delay allowed from edge of live, expressed in multiple of EXT-X-TARGETDURATION. if set to 10, the player will seek back to liveSyncDurationCount whenever the next fragment to be loaded is older than N-10, N being the last fragment of the live playlist. If set, this value must be strictly superior to liveSyncDurationCount a value too close from liveSyncDurationCount is likely to cause playback stalls.

    See Also