simpleomxcontrol
v1.0.2
Published
nodejs wrapper for omxplayer on the raspberry pi, based on omxcontrol by rikkertkoppes
Maintainers
Readme
omxcontrol
Nodejs module to control omxplayer. Specifically written for the raspberry pi
Requirements
- omxplayer (installed by default on the raspberry pi raspian image)
- nodejs (
apt-get install nodejs)
Install
npm install simpleomxcontrolUsage
Basic usage
omx = require('omxcontrol');
omx.start(filename);
omx.pause();
omx.forward();
omx.backward();
omx.subs();
omx.quit();