0% found this document useful (0 votes)
127 views1 page

Video Streaming Using RPi Using VLC Player PDF

The document provides instructions for streaming video from a Raspberry Pi using VLC media player. It lists the required software as Putty, VNC Viewer, and VLC media player. It then outlines steps to connect the RPi and laptop to the same network, enable SSH and VNC on the RPi, install VLC on both devices, and use a VLC command in the RPi to stream video over the network to the laptop's VLC player.

Uploaded by

Arshiya Banu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views1 page

Video Streaming Using RPi Using VLC Player PDF

The document provides instructions for streaming video from a Raspberry Pi using VLC media player. It lists the required software as Putty, VNC Viewer, and VLC media player. It then outlines steps to connect the RPi and laptop to the same network, enable SSH and VNC on the RPi, install VLC on both devices, and use a VLC command in the RPi to stream video over the network to the laptop's VLC player.

Uploaded by

Arshiya Banu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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 ​https://www.youtube.com/watch?v=32u3exK86HE​ .
● 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://192.168.43.245:8554/

You might also like