mirror of
https://github.com/livekit/livekit.git
synced 2026-07-28 12:09:26 +00:00
Addresses https://github.com/livekit/livekit/issues/4689 We were probably missing a couple of bits with this 1. Not affected for regular traffic like from browsers as it does not add padding, but special clients were affected. 2. Probe packets were probably using wrong last byte as pion/rtp would have overwrriten with 0 because the header.PaddingSize for the newer versions were not set. That could have affected bandwidth estimation catch up.