https://github.com/omaraflak/musipy
NodeJs server using omxplayer to play song from an external app.
https://github.com/omaraflak/musipy
android application nodejs omxplayer raspberry-pi remote server songs
Last synced: 2 months ago
JSON representation
NodeJs server using omxplayer to play song from an external app.
- Host: GitHub
- URL: https://github.com/omaraflak/musipy
- Owner: omaraflak
- Created: 2016-12-21T15:21:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T11:40:20.000Z (over 9 years ago)
- Last Synced: 2025-07-20T01:07:22.003Z (11 months ago)
- Topics: android, application, nodejs, omxplayer, raspberry-pi, remote, server, songs
- Language: JavaScript
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Musipy
NodeJs server using omxplayer to play song from an external app.
# Install
You need **nodejs** and **npm** installed first.
Put the *[app.js](https://github.com/omaflak/Musipy/blob/master/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](https://github.com/zapty/forever-service)**.
# Android App
You can find my Android app here : **[GOOGLE PLAY](https://play.google.com/store/apps/details?id=me.aflak.musipy)**