Picam gst-rtsp to vlc
henryco
fhenryco at yahoo.fr
Sat Oct 15 14:43:10 UTC 2016
i'm trying to receive a gst-rtsp stream from a raspberry Pi camera on vlc.
On Pi
raspivid -t 0 -w 800 -h 600 -fps 10 -b 4000000 -vf -n -o - | gst-launch-1.0
-v fdsrc ! h264parse ! gdppay ! tcpserversink host=127.0.0.1 port=5000
followed by
test-launch "( tcpclientsrc host=127.0.0.1 port=5000 ! gdpdepay ! rtph264pay
name=pay0 pt=96 )"
gives message:
stream ready at rtsp: 127.0.0.1:8554 test
but on client PC, vlc is not able to show the video and thgere are no error
messages
on the other hand with this more simple example
. test-readme
, vlc does show the simple video image
can someone help please ? is there somewhere a working (up to date) example
with (GStreamer) gst-rtsp, and pi camera streaming
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Picam-gst-rtsp-to-vlc-tp4680063.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list