RTCP APP packet sent as Sender Report report block

Aaron Boxer boxerab at gmail.com
Wed Jun 19 01:46:56 UTC 2019


Hello!

I would like to receive an "on-app-rtcp" callback from the rtpsession when
an APP packet is received by my RTSP client. From Wireshark, I see that the
server sends a SR which includes an SDES and an APP block. Looking at the
code, GStreamer treats the SDES and APP as report blocks, and it doesn't
trigger the "on-app-rtcp" signal.  That signal is only triggered for a
separate APP packet.

I suppose one solution is to handle the raw RTCP packet callback, and parse
APP myself, but would it be useful to add this handling to GStreamer report
block code so we don't need to look at raw packet ?

Cheers,
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190618/0b7d5678/attachment.html>


More information about the gstreamer-devel mailing list