manvir-singh / node-omxplayer

Control OMXPlayer by dbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Control OMXPlayer by dbus

License:MIT License


Languages

Language:JavaScript 100.0%