0.2.3 • Published 8 years ago

chromecaster-cli v0.2.3

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

node-chromecaster-cli

A command line interface to send your input sound to the Chromecast.

Is a simple client that gives your sound to the Chromecast using mp3 codec, with some options to change.

This version is in (really) alpha, so any help is welcome.

Installation

This cli currently only works on OS X and Linux (the library I use: chromecast-lib)

$ npm install chromecaster-cli

Usage

ArgumentDescriptionDefault
-p, --portThe port that the stream will listen on3000
-b, --bitrateBitrate of the encoded mp3 stream320
-s, --samplerateSamplerate of the encoded mp3 stream44100
-n, --nameName of the stream to be shown (only Chromecast)
-o, --deviceName of the device to stream(first one)
-h, --helpShows this help
-l, --listLists all Chromecast & Chromecast Audio devices
--list-devicesLists all audio input devices
-i, --iselectLets you select which device to cast to
-d, --searchDurationTime searching for a Chromecast in seconds5
0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago