VLC player
Simply lookup and start vlc process
API
const vlc = require('vlc-player');
const player = await vlc( ['path/to/video.mp4'] );
// vlc is started
// child is a dummy nodejs process
setTimeout(function(){
player.kill();
}, 1000);
Credits
Keywords / shout box
vlc, vlc-win32, vlc-binaries, mp4, ffmpeg, "Let's have a beer and talk in Paris"