omxplayer

1.0.0 • Public • Published

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) {
    
});
 

Package Sidebar

Install

npm i omxplayer

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • oeuillot