Skip to content

131/vlc-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"