WebChimera 为你提供一个强大的基于 VLC 的视频开发工具。

目前主要支持以下分支工具:

1. WebChimera.js 播放器 -一个全功能的视频播放器
2. WebChimera.js 角播放器 -角视频播放器
3. WebChimera.js 渲染 -使用WebChimera.js呈现的视频(通过绘制在WebGL的帧)
4. WebChimera.js – libvlc 结合,JS的API允许你控制libvlc并获得UInt8Array原始帧

需要注意的是,由于这些都是基于一个NPAPI /的ActiveX插件,它只能在 Firefox 和 Internet Explorer 的工作。Chrome 浏览器,Opera 不再被支持。

构建:

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