Skip to content

Instantly share code, notes, and snippets.

@pmeinhardt
Created June 29, 2016 18:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmeinhardt/de10a8896fbfba4d41b323737ceb1711 to your computer and use it in GitHub Desktop.
Save pmeinhardt/de10a8896fbfba4d41b323737ceb1711 to your computer and use it in GitHub Desktop.
AirPlay via Raspberry Pi 3
# Tested on a Raspberry Pi 3 running Raspbian Jessie Lite (2016-05-27,, kernel 4.4)
# – http://computers.tutsplus.com/tutorials/using-a-raspberry-pi-as-an-airplay-receiver--mac-54316
# install dependencies
sudo apt-get install build-essential libssl-dev libcrypt-openssl-rsa-perl libio-socket-inet6-perl libwww-perl libmodule-build-perl libasound2-dev libao-dev pulseaudio libpulse-dev avahi-utils libavahi-client-dev
# configure and build
git clone https://github.com/abrasive/shairport.git
cd shairport
./configure
make
# launch
./shairport -a "Raspberry Pi"
# connect from your mac (system preferences > audio > output)
@spooky33920
Copy link

Thanks a lot, it's working very well.

Can you please help me to make autostart service? I've tried, but I didn't obtained any result :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment