Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jscodec/jswebm

Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
bvibber/ogv.js
WebAssembly media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten

Support the repos that depend on this repository

Top contributors

dominikhlbg's profile
dominikhlbg
3 contributions
animeshk874's profile
animeshk874
2 contributions
brianxautumn's profile
brianxautumn
2 contributions
sbminimalistics's profile
sbminimalistics
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jscodec

jscodec/jswebm

A javascript implementation of the Webm Demuxer (matroska)

JavaScript
93
15
MIT License

jswebm is a pure‑JavaScript library that demultiplexes WebM/Matroska files on the client side. It incrementally consumes arbitrary‑sized ArrayBuffer chunks, parses EBML structures, and exposes ordered video and audio packet arrays for use in custom players or codecs. The project is aimed at web developers who need to process streamed or partially downloaded WebM media directly in the browser.