All Projects → metowolf → hlsjs-upimg-wrapper

metowolf / hlsjs-upimg-wrapper

Licence: other
The upimg decoder module for hls.js

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to hlsjs-upimg-wrapper

Hls.js
HLS.js is a JavaScript library that plays HLS in browsers with support for MSE.
Stars: ✭ 10,791 (+56694.74%)
Mutual labels:  hls, hlsjs
P2P-CKPlayer
嵌入P2P引擎的CKPlayer,视频网站省流量&加速神器
Stars: ✭ 49 (+157.89%)
Mutual labels:  hls, hlsjs
P2P-DPlayer
DPLayer powered by CDNBye P2P Engine
Stars: ✭ 63 (+231.58%)
Mutual labels:  hls, hlsjs
videojs-hlsjs
HLS playback plugin for videojs
Stars: ✭ 26 (+36.84%)
Mutual labels:  hls, hlsjs
koishi
Python wrapper for the unofficial scraped API of the satori testing system.
Stars: ✭ 13 (-31.58%)
Mutual labels:  wrapper
snow-ctp
Node CTP Wrapper
Stars: ✭ 15 (-21.05%)
Mutual labels:  wrapper
cablecuttr
An R wrapper for CanIStream.It API
Stars: ✭ 17 (-10.53%)
Mutual labels:  wrapper
GodotDiscordSDK
A Discord Game SDK wrapper for Godot, written in C.
Stars: ✭ 40 (+110.53%)
Mutual labels:  wrapper
cassandra-nginx-cdn
Some config files and POC code to use Apache Cassandra as distributed storage for HLS chunks accross multiple datacenters and scripts for converting/transcoding UDP MPEG-TS to HLS and vice versa. The idea is take from Globo.com’s Live Video Platform for FIFA World Cup ’14.
Stars: ✭ 24 (+26.32%)
Mutual labels:  hls
cordova-plugin-tencent-liteav
A cordova plugin for video playing with Tencent's LiteAV SDK. Support RTMP/HLS/FLV/MP4.
Stars: ✭ 24 (+26.32%)
Mutual labels:  hls
hls m3u8
HLS(RFC8216) m3u8 parser/generator
Stars: ✭ 40 (+110.53%)
Mutual labels:  hls
p2p-cdn-sdk-android
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 39 (+105.26%)
Mutual labels:  hls
Lavalink.py
A wrapper for Lavalink in Python, which aims to be powerful and intuitive.
Stars: ✭ 162 (+752.63%)
Mutual labels:  wrapper
hcloud-js
A Node.js module for the Hetzner Cloud API
Stars: ✭ 40 (+110.53%)
Mutual labels:  wrapper
pwnscripts
Very simple script(s) to hasten binary exploit creation
Stars: ✭ 66 (+247.37%)
Mutual labels:  wrapper
Shift
Light-weight EventKit wrapper.
Stars: ✭ 31 (+63.16%)
Mutual labels:  wrapper
steampak
Nicely packed tools to work with Steam APIs
Stars: ✭ 21 (+10.53%)
Mutual labels:  wrapper
caller-lookup
Reverse Caller Id using TrueCaller
Stars: ✭ 55 (+189.47%)
Mutual labels:  wrapper
SoapHttpClient
HttpClient wrapper for sending SOAP messages.
Stars: ✭ 80 (+321.05%)
Mutual labels:  wrapper
tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (+52.63%)
Mutual labels:  hls

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…
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].