Skip to content

Instantly share code, notes, and snippets.

@olwe1
Forked from julianxhokaxhiu/README.md
Last active February 10, 2022 15:03
Show Gist options
  • Save olwe1/815a3b9687e71b48cf658750e5d263c6 to your computer and use it in GitHub Desktop.
Save olwe1/815a3b9687e71b48cf658750e5d263c6 to your computer and use it in GitHub Desktop.
Enable autodiscover AirPlay Client support on Arch Linux ( like on macOS )

Enable autodiscover AirPlay Client support on Arch Linux ( like on macOS )

Step 1

Install required dependencies

$ pacman -S avahi pulseaudio-zeroconf pulseaudio-rtp

Step 2

Enable and Start Avahi daemon

$ systemctl enable --now avahi-daemon.service

Step 3

Enable the required module on Pulseaudio ( paste this at the end of /etc/pulse/default.pa ):

### Enable AirPlay support
load-module module-raop-discover

Step 4

Restart Pulseaudio:

$ systemctl --user restart pulseaudio.service

Step 5

If everything worked fine you should be able to autodiscover all your AirPlay devices and connect to them.

Enjoy!

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