# node-vlcPlayer-demo
**Repository Path**: guo_hui_zheng/node-vlcPlayer-demo
## Basic Information
- **Project Name**: node-vlcPlayer-demo
- **Description**: import from github
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-03-21
- **Last Updated**: 2022-03-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WebChimera.js Player Demo
#### Description
Demo for [wcjs-player](https://github.com/jaruba/wcjs-player) showing WebChimera.js Player playing a single video. ``wcjs-player`` uses [WebChimera.js](https://github.com/RSATom/WebChimera.js) to draw the frames of libVLC to a canvas.
#### Demo Install
```
git clone https://github.com/jaruba/node-vlcPlayer-demo.git
cd node-vlcPlayer-demo
```
**Windows**
```
set WCJS_RUNTIME=electron
set WCJS_RUNTIME_VERSION=v0.37.6
set WCJS_VERSION=0.2.5
set WCJS_ARCH=ia32
```
**OSX/Linux**
```
export WCJS_RUNTIME="electron"
export WCJS_RUNTIME_VERSION="v0.37.6"
export WCJS_VERSION="0.2.5"
export WCJS_ARCH="ia32"
```
```
npm install
```
Now download Electron v0.37.6 for 32bit and run `app.js`
!! You can change the configuration values for `wcjs-prebuilt` according to your case, but keep in mind that the options are limited to the [prebuilt packages](https://github.com/RSATom/WebChimera.js/releases)
#### Screenshots
WebChimera.js Player running on NW.js (Windows)
WebChimera.js Player running on Electron (Mac)
