This works great in Wheezy and I can see the stream (rtsp://192.168.254.13:8888/h264) with VLC in another machine:
Code: Select all
$ v4l2-ctl --set-fmt-video=width=1296,height=1080,pixelformat=4
$ v4l2-ctl --set-ctrl video_bitrate=4000000
$ v4l2-ctl -p 5
$ cvlc -v v4l2:///dev/video0:chroma="H264":width=1296:height=976:f=5 --sout="#rtp{sdp=rtsp://:8888/h264}"
vcgencmd version
Nov 18 2015 15:48:41
Copyright (c) 2012 Broadcom
version 0c9af7cde38e223c95c3404f468db8fc5004495c (clean) (release)
uname -a
Linux raspberry7 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux
vlc --version
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
VLC, versio 2.0.3 Twoflower (2.0.2-93-g77aa89e)
But in Jessie vlc gives endless list of warnings:
and the remove vlc can not open the stream.[73b0aac0] packetizer_h264 decoder warning: waiting for SPS/PPS
I wonder if the difference is due to vlc or firmware changes?
Anybody streaming h264 from raspberry camera with vlc in Jessie?