https://github.com/keizerdev/node-chromecast-unix-audio
:musical_score: Stream audio input to a local Chromecast device from any unix based os.
https://github.com/keizerdev/node-chromecast-unix-audio
Last synced: about 1 year ago
JSON representation
:musical_score: Stream audio input to a local Chromecast device from any unix based os.
- Host: GitHub
- URL: https://github.com/keizerdev/node-chromecast-unix-audio
- Owner: KeizerDev
- Created: 2016-01-07T08:40:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T08:33:51.000Z (over 10 years ago)
- Last Synced: 2025-03-26T11:11:09.108Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Chromecast Unix Audio
Uses `cvlc` to create an http stream of your local audio and sends it to the chromecast.
##Installation
```bash
$ (sudo) npm install -g chromecast-unix-audio
```
Make sure you have the `cvlc` library installed on your preffered os, some examples:
**Fedora**
```bash
$ dnf install cvlc
```
**Ubuntu**
```bash
$ apt-get install cvlc
```
##Usage
When installed globally just do:
```
$ chromecast-unix-audio # Stream started at: http://0.0.0.0:xxxx/pc.mp3
```
And it will automagically send it to a founded chromecast.
##Cons
There is a delay of about 10 seconds.