1.0.0 • Published 3 years ago

mpeg.js v1.0.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
3 years ago

mpeg.js

A MPEG Media Box demuxer framework

Feature

  • Support Mpeg-2 TS demux operation get NALU header get VLC data get frame packet get duration of TS get sample rate/frame rate of TS get media info * support input data by URI/Uint8 buffer!

npm version

If mpeg.js help you, you can click star button, it offered me more impetus to develop h265webjs!

~^_^~

Setup

  • step1. install the mpeg.js

https://www.npmjs.com/package/mpeg.js

npm i mpeg.js
  • step2. download the wasm(or get it from node_modules)

download from https://github.com/numberwolf/MPEG-Demuxer.js

get it from node_modules
copy it to your js dist dir (which require the tsdemuxerjs)

cp node_modules/mpeg.js/demuxer/missilets.wasm ./dist/

Use it!

  • See github

index.html

play.js

  • Example Demo

npm start

const TsDemuxerJs = require('mpeg.js');

1.0.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago