1.2.6 • Published 1 year ago

@playkit-js/brand3d-overlay v1.2.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Brand3D Overlay plugin for Kaltura V7

This plugin brings enhanced 3D overlays to Kaltura V7 Player.

Running for development

Clone the repo and run yarn install from a terminal; then run yarn run dev to have the example development page be served on http://localhost:8080, open that address in your browser, you should see a video of drone footage with an overlaid 3D JBL boombox car overlay at the 5 seconds mark.

All code is in src/ folder as follows:

src/
    component.js // the HTML component to be inserted into the player
    constants.js // some constants definitions
    index.html // development page
    index.js // plugin implementation
    style.css // needs work on how to import.

Activate logger

You can activate the included logger by passing the URL query param b3dLog=1. The plugin will become a lot more verbose about its internals.