Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule live reload based on start of last update request #4961

Commits on Oct 12, 2022

  1. Schedule live reload time base on start of last update request

    Use last fragment duration rather than target duration when playhead is less than two target durations from the live edge
    robwalch committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a9d1fb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    4859ed1 View commit details
    Browse the repository at this point in the history
  2. Comment out debug logs

    robwalch committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    496e51d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Reload live stream using last segment length when distance to playlis…

    …t end is less than or equal to four target durations
    
    (Reload is scheduled on update. With a default live sync of 3 target durations, without interruption, a distance of 3x-4x is most likely.)
    robwalch committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e2f2f24 View commit details
    Browse the repository at this point in the history