webchimera.js

libvlc binding for Electron


Keywords
vlc, libvlc, video, player, wcjs
License
LGPL-2.1
Install
npm install webchimera.js@0.5.2

Documentation

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