I found out that there was a problem with the internet connection, so that's why I could not install vlc. Now I have managed, and I tried entering this code
raspivid -o - -t 0 -n | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264
which I found at this page
http://www.raspberry-projects.com/pi/pi ... vlc-player. I get several debugs, and two errors:
"PulseAudio server connection failure: Connection refused" and "Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !"
Is this a problem? Or should the live stream still work?
Not sure how to view the RTSP stream?
Where should I write this code " rtsp://###.###.###.###:8554/ " With my Raspberry pi IP address.
Is it necessary to download more libraries? And how do I do this?