STREAMER Synchronizing multiple sources to a common receiver

LC lienes.cirules at gmail.com
Mon Nov 28 22:05:55 UTC 2016


Yes, and previously i though to implement something like this: 
gst-launch-1.0 rtpbin name=rtpbin \
        rtspsrc uri=rtsp://192.xxx.x.2/file.smp ! videoconvert ! nvh264enc !
rtph264ppay ! rtpbin.send_rtp_sink_0 \
                  rtpbin.send_rtp_src_0 ! udpsink port=5000                           
\
                  rtpbin.send_rtcp_src_0 ! udpsink port=5001 sync=false
async=false    \
                  udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0                          
\
        rtspsrc uri=rtsp://192.xxx.x.1/file2.smp ! videoconvert ! nvh264enc
! rtph264ppay ! rtpbin.send_rtp_sink_1                   \
                  rtpbin.send_rtp_src_1 ! udpsink port=5002                           
\
                  rtpbin.send_rtcp_src_1 ! udpsink port=5003 sync=false
async=false    \
                  udpsrc port=5007 ! rtpbin.recv_rtcp_sink_1

So, i suppose, this is not the way to go.

But what can i do ?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/STREAMER-Synchronizing-multiple-sources-to-a-common-receiver-tp4677395p4680922.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list