npm.io
2.0.0 • Published 4 years ago

vlc-player

Licence
ISC
Version
2.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
8

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"

Keywords