Skip to content

nodejs wrapper for omxplayer on the raspberry pi, integrates well with express

Notifications You must be signed in to change notification settings

dplesca/simpleomxcontrol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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 simpleomxcontrol

Usage

Basic usage

omx = require('omxcontrol');

omx.start(filename);

omx.pause();

omx.forward();

omx.backward();

omx.subs();

omx.quit();

About

nodejs wrapper for omxplayer on the raspberry pi, integrates well with express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%