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
- Host: GitHub
- URL: https://github.com/131/vlc-player
- Owner: 131
- Created: 2016-02-10T23:52:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T13:48:37.000Z (over 4 years ago)
- Last Synced: 2024-10-16T02:32:41.590Z (over 1 year ago)
- Topics: player-vlc, vlc
- Language: JavaScript
- Size: 571 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"