Log resync data (#2016)

This commit is contained in:
Raja Subramanian
2023-08-30 22:18:27 +05:30
committed by GitHub
parent 9afb0873ae
commit f9b613be41
+1
View File
@@ -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 {