0.1.2 • Published 7 years ago

aircast v0.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

aircast NPM version Dependency Status

Server (proxy) app for streaming to multiple AirPlay devices.

Installation

npm install aircast --global

Usage

  Usage: aircast [options]

  Options:

    -h, --help                         output usage information
    -V, --version                      output the version number
    -w, --web-port [port]              Set [port] for REST/WS service. Defaults to "9000"
    -s, --stream-port [port]           Set [port] for reading streaming data from. Defaults to "9001"
    -l, --level [level]                Set default [level] for sound. Defaults to "50"
    -m, --mount-path [path]            Set [path] to mount files for an UI
    -b, --blacklist [name1,name2,...]  Disallow devices by [names...]
    -v, --verbose                      Increase verbosity

Example

Mopidy configuration:

[audio]
output = audioconvert ! audio/x-raw,format=S16LE,channels=2,layout=interleaved ! tcpclientsink host=localhost port=9001

Contributors

License

MIT © Sebastian Krüger

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago