rtcp
rtcp copied to clipboard
Support application-defined packet (rfc3550#section-6.7)
Description
pion rtcp currently doesn't do anything with application-defined packets, they are being parssed as raw packets and cannot be read by the application, because of no DestinationSSRC() is implemented for raw packets.
This PR fully (Hopefully :) ) implement application-defined packets based on rfc3550 https://datatracker.ietf.org/doc/html/rfc3550#section-6.7