<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 19 juin 2019 01 h 40, Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2019-06-18 at 21:46 -0400, Aaron Boxer wrote:<br>
> Hello!<br>
> <br>
> I would like to receive an "on-app-rtcp" callback from the rtpsession<br>
> when an APP packet is received by my RTSP client. From Wireshark, I<br>
> see that the server sends a SR which includes an SDES and an APP<br>
> block. Looking at the code, GStreamer treats the SDES and APP as<br>
> report blocks, and it doesn't trigger the "on-app-rtcp" signal.  That<br>
> signal is only triggered for a separate APP packet. <br>
> <br>
> I suppose one solution is to handle the raw RTCP packet callback, and<br>
> parse APP myself, but would it be useful to add this handling to<br>
> GStreamer report block code so we don't need to look at raw packet ?<br>
<br>
Please create an issue for this :) Or even better an MR that implements<br>
what you're suggesting. Intuitively I would've also expected the signal<br>
to trigger whenever there's an APP RTCP packet, no matter in which<br>
context it appears.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I use that signal in ristsrc and that worked nicely. So if there is an issue there, then it's rtsp specific.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
-- <br>
Sebastian Dröge, Centricular Ltd · <a href="https://www.centricular.com" rel="noreferrer noreferrer" target="_blank">https://www.centricular.com</a><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>