https://github.com/dplesca/omxremote
Remote control for omxplayer on raspberry pi
https://github.com/dplesca/omxremote
omxplayer raspberry-pi react remote-control
Last synced: 8 days ago
JSON representation
Remote control for omxplayer on raspberry pi
- Host: GitHub
- URL: https://github.com/dplesca/omxremote
- Owner: dplesca
- Created: 2013-07-12T05:03:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T08:57:18.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T14:45:57.340Z (almost 2 years ago)
- Topics: omxplayer, raspberry-pi, react, remote-control
- Language: JavaScript
- Homepage:
- Size: 376 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I have another project that does exactly the same thing and has 0 dependencies, you just download it and run it. It's written in go and you can [find it here](https://github.com/dplesca/go-omxremote/).
omxremote
=========
omxremote is a little node.js powered app for controling omxplayer from your iOS or Android device (or even your normal browser). It uses a few node modules like: [express](http://expressjs.com/) for some simple routing, [simpleomxcontrol](https://github.com/dplesca/simpleomxcontrol) for interfacing with the omxplayer. The front-end is written using the awesome [react library](http://facebook.github.io/react/).
#### Installation
- install nodejs
- clone repo and run `npm install`
- run it with adding your media path as a command line param: `node app.js -p /media/videos`
- point your Android/iOS device's browser to: `http://pi's ip:31415/` and choose the file you want to play
- (optionally) add the link from above to your Android/iOS home screen, you can find it fast and use it without entering the weird ip:port address over and over; there's even an app icon included