STREAMING OVER UDP FROM RASPBERRY PI CAMERA USING GSTREAMER

Aditya Oza aditya.oza at teksun.in
Fri May 3 13:54:48 UTC 2019


Thank you for reply  Vinod Kesti,

 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=127.0.0.1 port=8080 

it's working fine on local server.. :)

Now I try to change 127.0.0.1 to my Acess point 192.168.5.1(Raspberry pi)
and run a command on a terminal but not display stream in client side.

Give me some suggestion in it.



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


More information about the gstreamer-devel mailing list