Skip to content

NodeJs server using omxplayer to play song from an external app.

Notifications You must be signed in to change notification settings

omaraflak/Musipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Musipy

NodeJs server using omxplayer to play song from an external app.

Install

You need nodejs and npm installed first.

Put the app.js file on your RaspberryPi and execute the following commands in the directory :

npm install socket.io
npm install node-omxplayer

Also if you don't have it yet :

sudo apt-get install omxplayer

Finally, run the server :

nodejs app.js

You can make the nodejs script as a service and start it at the boot of your Pi using forever-service.

Android App

You can find my Android app here : GOOGLE PLAY

Releases

No releases published

Packages

No packages published