RTP/RTCP mux (RFC5761) how ?

Ingemar Johansson ingemar.s.johansson at ericsson.com
Mon Apr 1 05:47:43 UTC 2019


Hi

I have now tried in various ways to get RTP/RTCP mux over the same port but
still no luck, can you help and tell how to modify the pipelines below so
that both RTP and RTCP are sent over port 5000?

#sender
gst-launch-1.0 rtpbin name=rtpbin ! videotestsrc !
video/x-raw,width=1920,height=1080,framerate=30/1 ! x264enc  ! rtph264pay !
rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink host=$RECEIVER_IP
port=5000 rtpbin.send_rtcp_src_0 ! udpsink host=$RECEIVER_IP port=5001
udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0

#receiver
gst-launch-1.0 rtpbin name=rtpbin udpsrc port=5000 !
application/x-rtp,media=video,clock-rate=90000,encoding-name=H264 !
rtpbin.recv_rtp_sink_0 rtpbin. ! rtph264depay ! avdec_h264 ! videoconvert !
xvimagesink udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 
rtpbin.send_rtcp_src_0 ! udpsink port=5001 host=$SENDER_IP



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


More information about the gstreamer-devel mailing list