Socket
Socket
Sign inDemoInstall

aircast

Package Overview
Dependencies
89
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aircast

Server (proxy) app for streaming to multiple AirPlay devices


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 05 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc