boks1971 Fix unmarshal of packets with padding
1bb23f7 Oct 22, 2021
Fix unmarshal of packets with padding
WebRTC clients use padding only packets as probe
packets for bandwidth estimation. As padding was
not removed from the payload, downstream code
trying to parse padding as valid media payload
results in erroneous parsing

Testing:
--------
- Add unit tests for different padding scenarios
- Check that ion-sfu does not try to parse padding only
packets as valid video payload.
1bb23f7