Readonly
maxThe live offset at which the player will automatically trigger a live seek.
Readonly
targetThe live offset that the player will aim for. When correcting the offset by tuning the playbackRate, the player will stop correcting when it reaches this value.
Readonly
windowThe end of the target live window. If the live offset becomes higher than this value, the player will speed up.
Readonly
windowThe start of the target live window. If the live offset becomes smaller than this value, the player will slow down.
Generated using TypeDoc
A latency configuration object for managing the live offset of the player. The buffer end is seen as the live point, so the live offset is defined as the difference between the buffer end and the current time.
Remarks
- Note: This API is in an experimental stage and may be subject to breaking changes.
- Only available with the feature
'hesp'
.- Only applies to HESP streams.