mirror of
https://github.com/livekit/livekit.git
synced 2026-05-25 20:45:13 +00:00
Log resync data (#2016)
This commit is contained in:
@@ -525,6 +525,7 @@ func (r *RTPStats) Resync(esn uint64, ets uint64, at time.Time) {
|
||||
r.sequenceNumber.ResetHighest(esn - 1)
|
||||
r.timestamp.ResetHighest(ets)
|
||||
r.highestTime = at
|
||||
r.logger.Debugw("resync", "extSequenceNumber", esn, "extTimestamp", ets, "at", at)
|
||||
}
|
||||
|
||||
func (r *RTPStats) getPacketsExpected() uint64 {
|
||||
|
||||
Reference in New Issue
Block a user