Streaming over UDP from Rpi camera

Aditya Oza aditya.oza at teksun.in
Sun Jun 2 09:34:57 UTC 2019


hello,

I try to stream over udp from Raspberry Pi camera using Gstreamer.

I use 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 ! h264parse ! mpegtsmux ! rtpmp2tpay   ! multiudpsink
clients=192.168.5.255:1234 ttl=1 auto-multicast=true


After run this pipeline, i check ouput in command prompt of linux using
this command.

ffplay udp://192.168.5.255:1234

log generated but stream dont appear.

Anyone suggest me where i am wrong?

Any imorovement in my pipeline?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190602/dd37518c/attachment-0001.html>


More information about the gstreamer-devel mailing list