mirror of
https://github.com/livekit/livekit.git
synced 2026-04-09 20:25:39 +00:00
* Discount upstream + processing jitter from down stream jitter. Jitter in RTCP Receiver Report from down stream tracks includes jitter from up stream tracks and any processing in forwarding path. As packets are forwarded without any buffering (i. e. no de-jittering) in the SFU, any up stream jitter will carry forward. While taking delta stats (which is used for connection quality and reporting to analytics), discount the up stream + processing jitter so that connection quality score of down stream track is not penalized due to up stream + processing jitter. NOTE: Not discounting it in RTP stats ToString/ToProto methods as that information is useful to have for analysis/debugging. * fix typo