<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi!</div><div class=""><br class=""></div><div class="">This works( without rtsp though):</div><div class=""> </div><div class="">sudo modprobe bcm2835-v4l2</div><div class="">./src/http-launch 8080 \( v4l2src  device=/dev/video0 ! "video/x-h264, framerate=15/1, width=1280, height=720" ! queue ! h264parse ! mp4mux fragment-duration=10 faststart=true name=stream \)</div><div class=""><br class=""></div>In vlc open "<a href="http://192.168.1.6:8080" class="">http://192.168.1.6:8080</a>”<br class="Apple-interchange-newline"><br class="">Tonu<br class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 15 Oct 2016, at 17:43, henryco <<a href="mailto:fhenryco@yahoo.fr" class="">fhenryco@yahoo.fr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">i'm trying to receive a gst-rtsp stream from a raspberry Pi camera on vlc.<br class=""><br class="">On Pi<br class=""><br class="">raspivid -t 0 -w 800 -h 600 -fps 10 -b 4000000 -vf -n -o - | gst-launch-1.0<br class="">-v fdsrc ! h264parse ! gdppay ! tcpserversink host=127.0.0.1 port=5000<br class=""><br class="">followed by<br class=""><br class="">test-launch "( tcpclientsrc host=127.0.0.1 port=5000 ! gdpdepay ! rtph264pay<br class="">name=pay0 pt=96 )"<br class="">gives message:<br class="">stream ready at rtsp: 127.0.0.1:8554 test<br class=""><br class="">but on client PC, vlc is not able to show the video and thgere are no error<br class="">messages <br class=""><br class="">on the other hand with this more simple example<br class="">. test-readme<br class=""><br class="">, vlc does show the simple video image <br class="">can someone help please ? is there somewhere a working (up to date) example<br class="">with (GStreamer) gst-rtsp, and pi camera streaming<br class=""><br class=""><br class=""><br class="">--<br class="">View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Picam-gst-rtsp-to-vlc-tp4680063.html" class="">http://gstreamer-devel.966125.n4.nabble.com/Picam-gst-rtsp-to-vlc-tp4680063.html</a><br class="">Sent from the GStreamer-devel mailing list archive at <a href="http://Nabble.com" class="">Nabble.com</a>.<br class="">_______________________________________________<br class="">gstreamer-devel mailing list<br class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br class=""></div></div></blockquote></div><br class=""></body></html>