simplemplayercontrol

1.0.0 • Public • Published

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();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i simplemplayercontrol

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cocojr