[Bug 794040] gst-rtsp-server: allow access to receive RTCP pad in gst-rtsp-stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 8 15:58:41 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794040

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #369453|none                        |rejected
             status|                            |

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 369453
  --> https://bugzilla.gnome.org/attachment.cgi?id=369453
patch in git format-patch format

You can get the rtpsession from the rtpbin of the stream, and it has various
signals to handle RTCP packets. E.g. "on-sending-rtcp" for when sending of RTCP
happens, "on-receiving-rtcp" for when an RTCP packet was received,
"send-rtcp"/"send-rtcp-full" to request a new RTCP packet to be sent (you can
attach new things in "on-sending-rtcp" to the packet) and various specific
"on-***-rtcp" signals.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list