Streams Mac OS X audio input to a local Chromecast device.
To install the module for use in your projects:
npm install -g chromecast-osx-audioGlobal installation exposes the chromecast command to your shell. Running this
command will start listening to input, and connect to a local Chromecast with a
stream of that input.
To direct system audio, use Soundflower.
$ chromecast --help
Usage: chromecast [options]
Options:
-p, --port The port that the streaming server will listen on. [3000]
-b, --bitrate The bitrate for the mp3 encoded stream. [192]
-m, --mono The stream defaults to stereo. Set to mono with this flag.
-s, --samplerate The sample rate for the mp3 encoded stream [44100]
-n, --name A name for the server to report itself as. [Chrome OSX Audio Stream]
-u, --url The relative URL that the stream will be hosted at. [stream.mp3]
-i, --iface The public interface that should be reported. Selects the first interface by default.
-l, --list List devices available for streaming.
-d, --device Specify device to use for streaming.
--version print version and exitNone yet.
Feel free to send pull requests! I'm not picky, but would like the following:
- Write tests for any new features, and do not break existing tests.
- Be sure to point out any changes that break API.
See CHANGELOG.
Copyright (c) 2014 Nathan Wittstock
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.