Skip to content

metowolf/hlsjs-upimg-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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…

Releases

No releases published

Packages

No packages published