Skip to content

Enable live playback catchup for non low latency streams

Created by: dsilhavy

The goal of this PR is to enable the live catchup mechanism for non low latency streams. This PR aims to solve #3418 (closed)

  • Added a new setting liveCatchup.enabled
  • Moved all catchup parameters to a separate object in the settings
  • Modified the catchup mechanism to work for non latency streams
  • Added a sample demonstrating synchronized playback of two videos
  • Added liveDelay and liveCatchup.enabled to the reference UI
  • Moved ABR settings to a separate container in the reference UI

Merge request reports