Page 1 of 1

Can't stream from Raspberry Pi

Posted: 04 Nov 2016 18:28
by josealb
I am attempting to stream the image from a Raspberry Pi Camera using VLC. I have tried every method I can think of but the stream doesn't work.

This is the latest command I tried

Code: Select all

LD_PRELOAD='' cvlc v4l2:///dev/video0 --v4l2-width 640 --v4l2-height 480 --v4l2-chroma h264 --sout '#rtp{sdp=rtsp://:8554/}'
It gives no error and I can see it accesses the camera because the LED lights up, but when I try to connect from another computer it doesn't work. This is the error I get

Help will be much appreciated, I need to solve this ASAP

Code: Select all

live555 debug: connection error 404 live555 error: Failed to connect with rtsp://192.168.1.109:8554 core debug: no access_demux modules matched core debug: creating access 'rtsp' location='192.168.1.109:8554', path='\\192.168.1.109:8554' core debug: looking for access module matching "rtsp": 21 candidates core debug: net: connecting to 192.168.1.109 port 8554 core debug: connection succeeded (socket = 2160) access_realrtsp debug: rtsp connected access_realrtsp warning: only real/helix rtsp servers supported for now core debug: no access modules matched core error: open of `rtsp://192.168.1.109:8554' failed core debug: finished input core debug: dead input core debug: changing item without a request (current 4/5) core debug: nothing to play qt4 debug: IM: Deleting the input

Re: Can't stream from Raspberry Pi

Posted: 27 Dec 2016 11:29
by Jean-Baptiste Kempf
The logs you give are unrelated to the commandline you pasted.