Gstreamer rtpbin on-receiving-rtcp is not receiving any RTCP packets inside docker container
I am creating an application where I need to have access to rtspsrc sender report. So I added a new-manager callback to rtspsrc element and inside that callback I retrieve its manager (aka rtpbin), and then after getting its recv_rtcp_sink_0 session using “get-internal-session” Action-Signal, connected an “on-receiving-rtcp” signal to the session.