1.0.0 • Published 8 years ago
omxplayer v1.0.0
node-omxplayer
Objective
Control omxplayer by node API
Installation
$ npm install omxplayer
Usage
Launch omxplayer :
var configuration = {};
var omxplayer = new OMXPlayer(configuration);
omxplayer.start("movie.mkv", function(error) {
});
omxplayer.on("prop:position", function(newPosition) {
});