Skip to content

NodeJS Binding for the VLC Media Player remote control

License

Notifications You must be signed in to change notification settings

hibas123/node_vlc_rc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJS Binding for the VLC Media Player remote control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published