JS varwjs =require("wcjs-player");varplayer =newwjs("#player").addPlayer({autoplay:true,wcjs:require('wcjs-prebuilt')// OR// wcjs: require('webchimera.js')// OR// wcjs: require([path-to-Webchimera.js.node-file])}); player.addPlaylist("http://archive.org/download/CartoonClassics...
var wjs = require("wcjs-player");var player = new wjs("#player").addPlayer({ autoplay: true });player.addPlaylist("http:///download/CartoonClassics/Krazy_Kat_-_Keeping_Up_With_Krazy.mp4");// from here on you can either call the player with 'player' or 'new wjs("#player")'Usage...
CSS(all player wrappers are natively assigned thewebchimerasclass) .webchimeras{float:left;width:50%;height:100%} HTML JS varwjs=require("wcjs-player");varconf={autoplay:true,wcjs:require('wcjs-prebuilt')// OR// wcjs: require('webchimera.js'// OR// wcjs: require([path-to-Webchimera...
jaruba/wcjs-player is licensed under the GNU Lesser General Public License v2.1 Primarily used for software libraries, the GNU LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used ...
WebChimera.js Angular Player - angular video player WebChimera.js Renderer - uses WebChimera.js to render a video (by drawing the frames in webgl) WebChimera.js - libvlc binding, the JS api allows you to control libvlc and get raw frames in UInt8Array Automating the building process: WebCh...