Fabian Stamm ccddd1abcb Adding basic control and position tracking of played file.
the VLC_RC.playing property is not very accurate right now and possibly switches to false, even if the video isn't finished.
2017-06-15 00:43:26 +02:00
2017-05-31 22:27:53 +02:00
2017-06-01 11:02:46 +02:00

node_vlc_rc

NodeJS Binding for the VLC Media Player remote control

Example

Create a new VLC instance

var VLC_RC = require('vlc_rc').VLC_RC;
var VLC = new VLC_RC();

You can pass options too:

var VLC = new VLC_RC({verbose: true});

Available Settings

  • verbose (Boolean): true or false, display verbose information
  • debug (Boolean): true or false, pipe VLC-Output to console
Description
No description provided
Readme 18 MiB
Languages
JavaScript 100%