vlc-player

2.0.0 • Public • Published

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"

/vlc-player/

    Package Sidebar

    Install

    npm i vlc-player

    Weekly Downloads

    25

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    2.29 kB

    Total Files

    4

    Last publish

    Collaborators

    • 131
    • idjem