Files
livekit/pkg/utils
Raja Subramanian a26c48304a Add support for RTP stream restart. (#4161)
* Add support for RTP stream restart.

When an unhandled packet is encountered, try a restart sequence.
Restart happens when 5 packets with contiguous sequence numbers and same
or increasing time stamps are received. Note that this does not work for
B-frame type of scenarios, but that is true for receive path handling
even before this. As WebRTC does not use B-frames, it is fine. But,
needs to be looked at again if B-frames are necessary.

It is controlled by a config that is disabled by default.

* clean up

* debug log
2025-12-16 13:21:39 +05:30
..
2023-12-02 15:07:31 -08:00
2024-04-23 02:20:54 -07:00
2024-04-23 02:20:54 -07:00
2023-08-03 13:31:17 -07:00
2023-07-27 16:43:19 -07:00
2024-09-18 22:47:33 -07:00