<div dir="ltr"><div>Hello!</div><div><br></div><div>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. <br></div><div><br></div><div>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 ?</div><div><br></div><div>Cheers,</div><div>Aaron<br></div></div>