A WebRadio player in nodejs to play web throw bluetooth.
- nodejs
- mplayer
- expressjs
- native libbluetooth-dev
Tested with raspberrypi3 connected to bluetooth H&C bluetooth receiver.
$ sudo apt-get install libbluetooth-dev
$ git clone https://github.com/mdauphin/rpiwebradioplayer.git
$ cd rpiwebradioplayer
$ npm init
$ node player.js
- Edit radio list from public/data.js
GPL-3.0 Copyright @mdauphin