metowolf / hlsjs-upimg-wrapper

The upimg decoder module for hls.js

Home Page:https://i-meto.com/video/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hlsjs-upimg-wrapper

This module wraps an instance of Hls.js to bootstrap it with the upimg decoder module.

Usage

Install

You can install the artifacts distributed as NPM modules:

npm install hlsjs-upimg-wrapper

Example

const wrapper = new HlsjsUpimgWrapper(Hls)
const hls = wrapper.createPlayer(hlsjsConfig, upimgConfig)
// Use `hls` just like your usual hls.js…

About

The upimg decoder module for hls.js

https://i-meto.com/video/index.html


Languages

Language:JavaScript 70.3%Language:HTML 29.7%