# vlc-remote

> VLC control through TCP/RC (telnet) remote interface

Latest version **5.0.2** (published 2022-03-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install vlc-remote
pnpm add vlc-remote
yarn add vlc-remote
bun add vlc-remote
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.0.2 |
| Published | 2022-03-10 |
| First published | 2016-02-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 10.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Francois Leurent |
| Maintainers | 131, idjem, frodon |
| Keywords | vlc, vlc-rc, vlc-remote, api |

## Links

- npm: https://www.npmjs.com/package/vlc-remote
- Repository: https://github.com/ivsgroup/node-vlc-remote
- Issues: https://github.com/ivsgroup/node-vlc-remote/issues
- npm.io page: https://npm.io/package/vlc-remote

## Dependencies (4)

- [mout](https://npm.io/package/mout.md) ^1.0.0
- [nyks](https://npm.io/package/nyks.md) ^6.4.0
- [debug](https://npm.io/package/debug.md) ^2.3.2
- [vlc-player](https://npm.io/package/vlc-player.md) ^2.0.0

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 5.0.2 (latest) — 2022-03-10
- 5.0.1 — 2022-03-03
- 5.0.0 — 2022-03-03
- 4.2.3 — 2020-09-29
- 4.2.2 — 2018-12-21
- 4.2.1 — 2018-12-21
- 4.1.0 — 2018-05-15
- 4.0.2 — 2018-03-05
- 4.0.0 — 2018-01-22
- 3.0.2 — 2017-10-12
- 3.0.1 — 2017-10-10
- 3.0.0 — 2017-10-10
- 1.13.3 — 2017-06-30
- 1.13.2 — 2017-06-28
- 1.13.1 — 2017-06-27
- … 17 more at https://npm.io/package/vlc-remote/versions

## README

# vlc-remote

# API

```
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();
```


# Credits
* [131](https://github.com/131)
* [VLC](http://videolan.org)


# Keywords / shout box
vlc, vlc-win32, vlc-rc, rcintf, "Let's have a beer and talk in Paris"

---
_Source: https://npm.io/package/vlc-remote · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
