Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafintosh/deejay
Music player that broadcasts to everyone on the same network
https://github.com/mafintosh/deejay
Last synced: 7 days ago
JSON representation
Music player that broadcasts to everyone on the same network
- Host: GitHub
- URL: https://github.com/mafintosh/deejay
- Owner: mafintosh
- License: mit
- Created: 2015-12-18T12:44:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T13:09:14.000Z (almost 9 years ago)
- Last Synced: 2024-10-23T06:54:29.954Z (16 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 125
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-peer-to-peer - deejay
- awesome-network-js - deejay
- awesome-peer-to-peer - deejay
README
# deejay
Music player that broadcasts to everyone on the same network
```
npm install -g deejay
```On the DJ's machine
```
deejay music.mp3 # plays and broadcasts music.mp3
```On other computers on the same network
```
deejay # plays music.mp3 at the same time offset as the deejay
```If there are multiple DJs on the same network you can use the `--station [name]` switch to name your music feed
```
deejay --station=eurodance music.mp3
```## Requirements
deejay currently requires mplayer.
* OSX: `brew install mplayer`
* Ubuntu/debian: `apt-get install mplayer`## License
MIT