versatica / rtp.js

RTP stack for Node and browser written in TypeScript
https://versatica.github.io/rtp.js/
ISC License
40 stars 3 forks source link

Add RTCP UnknownPacket class #14

Closed ibc closed 1 year ago

ibc commented 1 year ago

So when we parse a RTCP compound packet that contains unsupported/unknown RTCP packets, we don't ignore them but instead hold them into new RTCP UnknownPacket classes that provide with a limited API.