Skip to content

Instantly share code, notes, and snippets.

@appelgriebsch
Forked from julianxhokaxhiu/README.md
Created December 29, 2024 11:09
Show Gist options
  • Select an option

  • Save appelgriebsch/95cbc5655bf4df8dd9ac1c5e8c332386 to your computer and use it in GitHub Desktop.

Select an option

Save appelgriebsch/95cbc5655bf4df8dd9ac1c5e8c332386 to your computer and use it in GitHub Desktop.

Revisions

  1. @julianxhokaxhiu julianxhokaxhiu revised this gist May 21, 2019. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,33 +1,35 @@
    # Step 1
    # Enable autodiscover AirPlay Client support on Arch Linux ( like on macOS )

    ## Step 1

    Install required dependencies
    ```sh
    $ pacman -S avahi pulseaudio-zeroconf
    ```

    # Step 2
    ## Step 2

    Enable and Start Avahi daemon
    ```sh
    $ systemctl enable --now avahi-daemon.service
    ```

    # Step 3
    ## Step 3

    Enable the required module on Pulseaudio ( paste this at the end of `/etc/pulse/default.pa` ):
    ```sh
    ### Enable AirPlay support
    load-module module-raop-discover
    ```

    # Step 4
    ## Step 4

    Restart Pulseaudio:
    ```sh
    $ systemctl --user restart pulseaudio.service
    ```

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

    Enjoy!
  2. @julianxhokaxhiu julianxhokaxhiu created this gist May 21, 2019.
    33 changes: 33 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    # Step 1

    Install required dependencies
    ```sh
    $ pacman -S avahi pulseaudio-zeroconf
    ```

    # Step 2

    Enable and Start Avahi daemon
    ```sh
    $ systemctl enable --now avahi-daemon.service
    ```

    # Step 3

    Enable the required module on Pulseaudio ( paste this at the end of `/etc/pulse/default.pa` ):
    ```sh
    ### Enable AirPlay support
    load-module module-raop-discover
    ```

    # Step 4

    Restart Pulseaudio:
    ```sh
    $ 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!