elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
269 stars 8 forks source link

Accept padding packets in VP8 depayloader #106

Closed mickel8 closed 1 month ago

mickel8 commented 1 month ago

After adding support for TWCC, browser can send padding packets to probe the connection. For convenience, we accept them and ignore in VP8 depayloader so that user doesn't have to filter them out on their own.