2.0.0 • Published 2 years ago

vlc-player v2.0.0

Weekly downloads
9
License
ISC
Repository
github
Last release
2 years ago

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"

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

5 years ago

1.0.0

7 years ago

0.12.0

8 years ago

0.11.0

8 years ago

0.9.0

8 years ago