deejay

Music player that broadcasts to everyone on the same network

MIT License

Downloads
9
Stars
123
Committers
1

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