mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
It is possible that the stream stops just after start and restarts much later introducing a large gap in sequence number. That could look like an unhandled case because the wrap back handler does not have enough packets yet. Let other checks based on time stamp gap take effect and only if that also leaves the sequence number unhandled, drop the packet.