STREAMING OVER UDP FROM RASPBERRY PI CAMERA USING GSTREAMER
Vinod Kesti
vinodkesti at yahoo.com
Wed May 8 07:21:20 UTC 2019
Use your laptop IP as udpsink host.
e.x:
gst-launch-1.0 --gst-debug-level=3 -v v4l2src device=/dev/video0 !
capsfilter caps="video/x-raw,width=640,height=480,framerate=30/1" ! queue !
omxh264enc ! queue ! h264parse ! mpegtsmux ! rtpmp2tpay ! udpsink
host=192.168.5.139 port=8080
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list