vlc-player-alpha
v0.12.0
Published
VLC player
Downloads
3
Readme
VLC player
Simply start vlc.exe (included in the module) process
API
var child = require('vlc-player')( ['path/to/video.mp4'] );
// vlc is started
// child is a dummy nodejs process
setTimeout(function(){
child.kill();
}, 1000);
TODO
- Nothing special (very dummy module)
Credits
Keywords / shout box
vlc, vlc-win32, vlc-binaries, mp4, ffmpeg, "Let's have a beer and talk in Paris"