Package Exports
- airtunes2mqtt
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (airtunes2mqtt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
airtunes2mqtt
This is a little daemon that can retrieve an audio stream via TCP socket or from a Alsa Loopback device and stream it to Airplay/Airtunes compatible receivers. Via MQTT you can control the receivers volume and enable/disable the receivers.
This is a work in progress, a better Readme will follow asap. Right now the speaker config is hardcoded in index.js (see Line 81).
Getting started
Needs Node.js/npm
airtunes2mqtt --helpTopics
- airtunes/set/<speaker>/enable
- airtunes/set/<speaker>/disable
- airtunes/set/<speaker>/volume (payload is a number between 0 and 100)
License
Copyright (c) 2015 Sebastian 'hobbyquaker' Raff hq@ccu.io