A simple Bluetooth-Audio receiver that forward its content via iceCast2
- Raspberry Pi with Bluetooth support (tested with Raspberry Pi 2 and Plugable USB Bluetooth Adapter)
- Raspbian Buster Lite (tested with 2020-02-13)
The installation script asks what to do
wget -q https://github.com/Project51At/rpi-bt-streamer/archive/master.zip
unzip ./master.zip
rm ./master.zip
cd rpi-bt-streamer-master
sudo chmod 774 ./install.sh
sudo ./install.sh
The setup and management of the Bluetooth connection have been taken over from "rpi-audio-receiver" project (nicokaiser).
- ?