mirror of
https://github.com/livekit/livekit.git
synced 2026-09-01 20:09:08 +00:00
Log rtp stats state on large jumps. (#2829)
Forgot to include in receiver.
This commit is contained in:
@@ -204,6 +204,7 @@ func (r *RTPStatsReceiver) Update(
|
||||
"hdrSize", hdrSize,
|
||||
"payloadSize", payloadSize,
|
||||
"paddingSize", paddingSize,
|
||||
"rtpStats", lockedRTPStatsReceiverLogEncoder{r},
|
||||
}
|
||||
}
|
||||
if gapSN <= 0 { // duplicate OR out-of-order
|
||||
|
||||
Reference in New Issue
Block a user