From 29a046a4272b9d811147ef0cbdd740ed937a258e Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 1 Oct 2017 14:56:07 +0800 Subject: [PATCH] update shairplay --- shairplay-arm/Dockerfile | 3 ++- shairplay-arm/README.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/shairplay-arm/Dockerfile b/shairplay-arm/Dockerfile index 710aea3..9854a45 100644 --- a/shairplay-arm/Dockerfile +++ b/shairplay-arm/Dockerfile @@ -6,7 +6,8 @@ FROM easypi/alpine-arm MAINTAINER EasyPi Software Foundation RUN set -xe \ - && apk add --no-cache autoconf \ + && apk add --no-cache alsa-utils \ + autoconf \ automake \ avahi-dev \ build-base \ diff --git a/shairplay-arm/README.md b/shairplay-arm/README.md index 6f18169..ff14dd1 100644 --- a/shairplay-arm/README.md +++ b/shairplay-arm/README.md @@ -18,5 +18,24 @@ shairplay: restart: unless-stopped ``` +## Quick Start + +On MacOSX: click 🔉 to show a list of output devices, then click `EasyPi` to connect. + +```bash +# Enable Audio +$ grep audio /boot/config.txt +dtparam=audio=on + +# Start Container +$ docker-compose up -d + +# Control Volume +$ docker-compose exec shairplay alsamixer +>>> Press ↑ to volume up +>>> Press ↓ to volume down +>>> Press ESC to quit +``` + [1]: https://github.com/juhovh/shairplay [2]: https://github.com/abrasive/shairport