Creating multiple udp sources?

gotsring gotsring at live.com
Fri Mar 19 14:59:48 UTC 2021


Why not just add several udpsrc elements to the same pipeline, then mix?
Also, I think compositor is preferred over videomixer.

Something like...
gst-launch-1.0.exe compositor name=c sink_1::xpos=640 sink_2::ypos=480
sink_3::xpos=640 sink_3::ypos=480 ! videoconvert ! x264enc ! h264parse !
matroskamux ! filesink location=out.mkv \
 udpsrc name=src0 ! decodebin ! c. \
 udpsrc name=src1 ! decodebin ! c. \
 udpsrc name=src2 ! decodebin ! c. \
 udpsrc name=src3 ! decodebin ! c.
 



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


More information about the gstreamer-devel mailing list