hyper-media-control-vlc

1.0.0 • Public • Published

hyper-media-control-vlc

License hyper GitHub issues

Extend hyper-media-control with support for VLC Media Player.

Installation

Add hyper-media-control and hyper-media-control-vlc to your Hyper configuration.

Enable the http interface in VLC and set a password in Access Control (instructions here)

Enter the password you chose into your Hyper configuration.

Configuration

hyper-media-control-vlc defines the following configuration options:

module.exports = {
    config: {
        ...
        hyperMedia: {
            ...
            vlc: {
                port: 8080, // The port used to communicate with VLC.
                username: '', // The username used to authenticate with VLC. For most users, this will be blank.
                password: '' // The password used to authenticate with VLC.
            }
            ...
        }
    }
}

Package Sidebar

Install

npm i hyper-media-control-vlc

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

11.6 kB

Total Files

5

Last publish

Collaborators

  • olivebranch2112