STREAMING OVER UDP FROM RASPBERRY PI CAMERA USING GSTREAMER

Aditya Oza aditya.oza at teksun.in
Fri May 3 09:05:18 UTC 2019


Hello Experts,

My objective is I have try to stream  a  video from raspberry pi camera
over UDP.

I used following pipeline:

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

RESULT: After I Run above pipeline,
I will not get any kind of error and I check in VLC Player(Client side) but
streaming video is not display.
Please suggest me This is Right pipelining or not ? OR
Any missing element in this pipeline ?
Thanks,
Aditya Oza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190503/f96c0f40/attachment.html>


More information about the gstreamer-devel mailing list