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

A Server app for streaming music to multiple AirPlay devices.

License

Notifications You must be signed in to change notification settings

artificialhoney/aircast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Server app for streaming music to multiple AirPlay devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published