mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 09:24:08 +00:00
@@ -838,7 +838,7 @@ func (r *RTPStats) maybeAdjustFirstPacketTime(ets uint64) {
|
||||
"extStartTS", r.timestamp.GetExtendedStart(),
|
||||
)
|
||||
if r.firstTime.Sub(firstTime) > firstPacketTimeAdjustThreshold {
|
||||
r.logger.Debugw("first packet time adjustment too big, ignoring",
|
||||
r.logger.Infow("first packet time adjustment too big, ignoring",
|
||||
"startTime", r.startTime.String(),
|
||||
"nowTime", now.String(),
|
||||
"before", r.firstTime.String(),
|
||||
|
||||
Reference in New Issue
Block a user