mirror of
https://github.com/livekit/livekit.git
synced 2026-04-25 13:22:08 +00:00
* some additional logging * Do not use local time stamp when sending RTCP Sender Report As local time does not take into account the transmission delay of publisher side sender report, using local time to calculate offset is not accurate. Calculate NTP time stamp based on difference in RTP time. Notes in code about some shortcomings of this, but should get better RTT numbers. I think RTT numbers were bloated because of using local time stamp.