An open API service indexing awesome lists of open source software.

https://github.com/131/vlc-player

Player VLC through nodejs
https://github.com/131/vlc-player

player-vlc vlc

Last synced: about 1 year ago
JSON representation

Player VLC through nodejs

Awesome Lists containing this project

README

          

# VLC player
Simply lookup and start vlc process

## API

```js
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
* [131](mailto:131.code@leurent.email)
* [VLC](http://videolan.org)

# Keywords / shout box
vlc, vlc-win32, vlc-binaries, mp4, ffmpeg, "Let's have a beer and talk in Paris"