metrica-sports / WebChimera.js

libvlc binding for node.js/io.js/Node-Webkit/NW.js/Electron

Home Page:http://WebChimera.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebChimera.js

libvlc binding for node.js/io.js/NW.js/Electron

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

Demos

Docs

Known issues and workarounds

Known Projects using WebChimera.js

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_nwjs.cmd or build_electron.cmd or build_node.cmd or build_iojs.cmd

Mac OS X & Linux

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

About

libvlc binding for node.js/io.js/Node-Webkit/NW.js/Electron

http://WebChimera.org/

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 94.3%Language:JavaScript 1.6%Language:CMake 1.4%Language:Batchfile 1.4%Language:Shell 1.3%