vlc-remote
Version:
VLC control through TCP/RC (telnet) remote interface
27 lines (13 loc) • 402 B
Markdown
```
const Remote = require('vlc-remote');
var remote = new Remote(port=8088, host="127.0.0.1");
await remote.play("file_path" or ["playlist_file_path",]);
await remote.stop();
```
* [131](https://github.com/131)
* [VLC](http://videolan.org)
vlc, vlc-win32, vlc-rc, rcintf, "Let's have a beer and talk in Paris"