Picam gst-rtsp to vlc

Tonu Jaansoo chain at bsd.ee
Sat Oct 15 15:00:47 UTC 2016


Hi!

This works( without rtsp though):
 
sudo modprobe bcm2835-v4l2
./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 \)

In vlc open "http://192.168.1.6:8080 <http://192.168.1.6:8080/>”

Tonu

> On 15 Oct 2016, at 17:43, henryco <fhenryco at yahoo.fr> wrote:
> 
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161015/617bab26/attachment.html>


More information about the gstreamer-devel mailing list