Multiple webcam streaming over network using raspberrypi3

Mike-Maverick jainmayur83 at outlook.com
Thu Aug 31 05:13:06 UTC 2017


Hi,

Can anyone please help me out in writing a pipeline in which I will be able
to use two webcams to stream data over the network using TCP.
I am currently using this pipeline for single webcam transmission and it
works fine.

*gstreamer pipeline -transmission
gst-launch-1.0 -v v4l2src ! video/x-raw, framerate=15/1, width=640,
height=480 ! omxh264enc ! rtph264pay config-interval=1 pt=96 ! gdppay !
tcpserversink host=192.168.0.100 port=5002

receiver pipeline
gst-launch-1.0 tcpclientsrc host=192.168.0.100 port=5002 ! gdpdepay !
rtph264depay ! avdec_h264 ! videoconvert ! ximagesink sync=false*

Please help, I am trying to figure this out from past 1-month using
different methods mentioned on the internet and no success till now.

Thank you




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


More information about the gstreamer-devel mailing list