[mythtv-commits] [MythTV/mythtv] 130f70: Fix wakeup calculations in HLS.

David Engel noreply at github.com
Tue Apr 26 21:55:28 UTC 2022


  Branch: refs/heads/fixes/32
  Home:   https://github.com/MythTV/mythtv
  Commit: 130f7054da73f8a23d04aacf683d743a449a4ec5
      https://github.com/MythTV/mythtv/commit/130f7054da73f8a23d04aacf683d743a449a4ec5
  Author: David Engel <dengel at mythtv.org>
  Date:   2022-04-26 (Tue, 26 Apr 2022)

  Changed paths:
    M mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp
    M mythtv/libs/libmythtv/recorders/HLS/HLSPlaylistWorker.cpp

  Log Message:
  -----------
  Fix wakeup calculations in HLS.

The std::chrono changes in commit 41225f80 inadvertently contained
bugs that caused the wakeup times to be too low, often 0 (aka no
deley).  This resulted in the recorder requesting the palylist way too
often and putting excessive load on mythbackend and the HLS server.

(cherry picked from commit 0fdd0186ed858cf9c1cac5999ee6ef42a6a067f9)




More information about the mythtv-commits mailing list