Raspi - Setup for video streaming

VNC Server

I’m using macbook, so VNCViewer is good for me. Finger crossed for windows/linux users. :)

Then to configure Raspi, simply follow this instruction:

sudo apt-get update
sudo apt-get install realvnc-vnc-server realvnc-vnc-viewer

and then configure via sudo raspi-config -> Interface Option -> VNC -> Enable.

Finally, open the VNCViewer or whatever app as an interface, enter the host ip address (e.g. for me it’s 192.168.1.33) and it’s done!