AirPlay on Raspberry Pi 3 (SH AirPort)
- Andrii Burka
- 27.02.2018 г.
- време за четене: 1 мин.

—————————
sudo apt-get update
sudo apt-get upgrade
—————————
sudo apt-get install autoconf automake avahi-daemon build-essential git libasound2-dev libavahi-client-dev libconfig-dev libdaemon-dev libpopt-dev libssl-dev libtool xmltoman
—————————
git clone https://github.com/mikebrady/shairport-sync.git
—————————
cd shairport-sync
—————————
autoreconf -i -f
./configure --with-alsa --with-avahi --with-ssl=openssl --with-systemd --with-metadata
—————————
make
sudo make install
—————————
sudo systemctl enable shairport-sync
sudo service shairport-sync start
Second One…
DIY AirPlay (SHAirPort-Sync) with Display
https://www.foobarflies.io/shairport-is-back/
Comments