Raspberry Pi
How to setup video cast for raspberry pi
Enable SSH :
https://roughlea.wordpress.com/raspberry-pi-experiences/configuring-the-raspberry-pi-as-an-ssh-server/
Setup wifi on the pi :
https://raspberrypihq.com/how-to-add-wifi-to-the-raspberry-pi/
use Putty to ssh the pi :
Follow instructions on :
https://www.novaspirit.com/2017/09/22/how-to-use-raspberry-pi-as-chromecast/
Install git :
sudo apt-get install git
if trouble casting video, install raspberrycast :
Il faut télécharger un script avec wget et le lancer pour l’installer !
1
2
wget https://raw.githubusercontent.com/vincelwt/RaspberryCast/master/setup.sh
sudo sh setup.sh
other projects :
http://www.geekmag.fr/transformer-votre-raspberry-pi-en-recepteur-airplay-ou-miracast/
Comments
Post a Comment