webchimera.js

0.5.2 • Public • Published

WebChimera.js

libvlc binding for Electron

Join the chat at https://gitter.im/RSATom/WebChimera

Demos

Docs

Known issues and workarounds

Prebuilt binaries

Using prebuilt on Windows

  • download WebChimera.js_*_VLC_*_win.zip corresponding to your engine and extract to node_modules

Using prebuilt on Mac OS X

  • download WebChimera.js_*_osx.tar.gz corresponding to your engine and extract to node_modules

Using prebuilt on Linux

  • install VLC (for apt based distros: sudo apt-get install vlc)
  • npm install webchimera.js --ignore-scripts
  • download WebChimera.js_*_linux.zip and extract to webchimera.js\Release

Build Prerequisites

Windows

Mac OS X

Linux

for apt based distros:

  • $ sudo apt-get install build-essential cmake libvlc-dev

Build from sources

Windows

  • git clone --recursive https://github.com/RSATom/WebChimera.js.git
  • cd WebChimera.js
  • build_electron.cmd

Mac OS X & Linux

  • git clone --recursive https://github.com/RSATom/WebChimera.js.git
  • cd WebChimera.js
  • ./build_electron.sh

Package Sidebar

Install

npm i webchimera.js

Weekly Downloads

5

Version

0.5.2

License

LGPL-2.1

Unpacked Size

1.15 MB

Total Files

156

Last publish

Collaborators

  • rsatom