Shairport

shairport (airplay)

Install necessary packages

$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 repo

https://github.com/mikebrady/shairport-sync

Clone git repo

$git clone https://github.com/mikebrady/shairport-sync.git

Build and install

$cd shairport-sync
$autoreconf -i -f
$./configure --with-alsa --with-avahi --with-ssl=openssl --with-systemd --with-metadata
$make
$make install

Start at boot

$systemctl enable shairport-sync

Set volume maximum

$amixer set PCM -- 100%

Date : 2020.10.13