Video streaming Using RPi using vlc player
Softwares:
Putty
Vnc Viewer
Vlc media player
● Connect the RPi and the laptop to the same network(wifi).
● Obtain the IP address of RPi and enter it in putty.
● Enable ssh,vnc and camera using $ sudo raspi-config .
● Enter the IP address in VNC viewer.
● Install vlc media player using the command $ sudo apt-get install vlc.
● Install the vlc media player in laptop also(both the devices must have vlc media palyer
i.e., RPi and laptop)
● Allow permission to vlc player [Link] .
● Live stream using the command $ raspivid -o - -w 920 -h 540 -t 9999999 |cvlc -vvv
stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264 in RPi
● In laptop open vlc->Media->open n|w streaming and paste the url
rtsp://[Link]:8554/