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

SntpClient periodically re-syncs the offset to NTP server #697

Open
wants to merge 2 commits into
base: release
Choose a base branch
from

Commits on Oct 4, 2023

  1. SntpClient periodically re-syncs the offset to NTP server

    Many of the Android TV platforms do not report accurate `SystemClock.elapsedRealtime()`
    In addition this drift is not consistant accross multiple boxes, so the time offset
    between any pair of boxes will vary over time.
    
    This variance will lead to a drift in the Live Offset calculation.
    
    Fix is simple, inValidate the NTP server query after a period of time (10 minutes)
    and re-issue the call
    stevemayhew committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    068482e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    1bdf9de View commit details
    Browse the repository at this point in the history