Files
raspberry-pi/doc/phat-beat.md
Jérémie DUCASTEL a563aed66e Update phat-beat.md
2021-01-05 22:25:25 +01:00

24 lines
751 B
Markdown

# Phat Beat / Pirate Radio
Hat audio par Piromoni
- [getting started](https://learn.pimoroni.com/tutorial/sandyj/getting-started-with-phat-beat)
## Internet Radio via VLC
Le [tuto Piromoni](https://learn.pimoroni.com/tutorial/sandyj/internet-radio-on-your-pirate-radio) ne fonctionne pas. On obtient le message :
> --- Warning ---
>
> The VLC Radio installer
> does not work on this version of Raspbian.
Il faut cloner [le dépot git](https://github.com/pimoroni/phat-beat) et lancer le script via `sudo bash setup.sh` depuis le dépot cloné.
La playlist se trouve à /etc/vlcd/default.m3u
Démarrer / stopper le service : `sudo service vlcd stop`
## à voir
- [juke box python + vlc + tornado](https://github.com/lionaneesh/RasPod)