STREAMING OVER UDP FROM RASPBERRY PI CAMERA USING GSTREAMER

Aditya Oza aditya.oza at teksun.in
Fri May 3 11:48:42 UTC 2019


Arnaud Loonstra,

I apologize for my typing mistake:(

I have use same port and ip for both sender and receiver terminal.

ip: 127.0.0.1
port:8080 

Sender: 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 ! rtph264pay ! udpsink host=127.0.0.1 port=8080

Receiver:  gst-launch-1.0 udpsrc port=8080 !
application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! h264parse !
avdec_h264 ! autovideosink

And I check streaming in VLC player(client side) but still doesn't display
stream.

Please guide me because I am a beginner in Gstreamer.

Suggest me a Right way.   





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


More information about the gstreamer-devel mailing list