Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.38 KB

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