How to send RTCP data from client to RTSP-server using gstreamer

k4ustav kaustav.ghosh28 at gmail.com
Fri Mar 16 10:27:17 UTC 2018


In the server I am following the code from  this link
https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-mp4.c

But I am not able to send RTCP data from client. So there is no client RTCP
data displayed in the server end. My client pipeline is as below,

rtspsrc location=stream_url ! rtph264depay ! h264parse ! avdec_h264 !
autovideosink 

So, how can I send RTCP data from client to server and how do I know on
which port server is listening for RTCP data? Is there code example for it
to demonstrate? 



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list