RTP & RTCP restream using rtpbin.
stproj
smpalasis at gmail.com
Sat Nov 5 14:04:36 UTC 2016
I solved the issue i had.
What i was doing wrong is that i was trying to
gst_pad_link (recv_rtp_src_0, send_rtp_sink_1) directly, which felt like a
bad idea from the beginning, like 'short-circuiting' the rtpbin. After some
thought i decided to change the topology and instead of linking directly i
am now linking recv_rtp_src_0 to the 'relay branch' and then i drive the
'relay branch' to send_rtp_sink_1.
The result is that i have a proper rtp-rtcp connection on both end of
rtp-bin with a little warning of loop on pipeline, which is obvious and
normal. :)
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTP-RTCP-restream-using-rtpbin-tp4680123p4680479.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list