Created
June 29, 2016 18:21
-
-
Save pmeinhardt/de10a8896fbfba4d41b323737ceb1711 to your computer and use it in GitHub Desktop.
AirPlay via Raspberry Pi 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :(