You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update shairplay
This commit is contained in:
		| @@ -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 \ | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user