[mythtv] Frames Played issues

Peter Bennett pb.mythtv at gmail.com
Mon Feb 10 03:37:08 UTC 2020



On 2/9/20 10:26 PM, Mark Spieth wrote:
> I still get some issues when timestamps reset/wrap. This all assumes 
> timestamps are monotonic increasing which is not necessarily true.

My intention was that resets , wraps and any other anomalies would be 
handled in avsync here -

         // sanity check - reset m_rtcBase if time codes have gone crazy.
         if ((lateness > AVSYNC_MAX_LATE || lateness < - AVSYNC_MAX_LATE))
            ......

Of course, it may not be working correctly or as well as I hoped.

Peter


More information about the mythtv-dev mailing list