STREAMING OVER UDP FROM RASPBERRY PI CAMERA USING GSTREAMER
Aditya Oza
aditya.oza at teksun.in
Wed May 8 06:07:21 UTC 2019
Vinod Kesti,
Let me Describe in Details, what I am looking for.
As above I mention,
first I Configure my Raspberry pi as Access point(192.168.5.1.).
I Try to stream rtp is over udp from my raspberry pi camera.
my raspberry pi IP address 192.168.5.1.
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 ! h264parse ! mpegtsmux ! rtpmp2tpay ! udpsink
host=192.168.5.1 port=8080
After run this command,
I connect my laptop to this Access point(192.168.5.1) and open VLC media
player.
My laptop IP is 192.168.5.139
I open VLC player >> Media >> Open Network Stream >>and type
rtp://192.168.5.1:8080/ and try to watch stream.
ERROR:
Your input can't be opened: VLC is unable to open the MRL
'rtp://192.168.5.1:8080/'. Check the log for details.
suggest me where I am wrong?
OR
suggest me a better option.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list