Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monyone/node-arib-mpeg2ts-parser


https://github.com/monyone/node-arib-mpeg2ts-parser

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# node-arib-mpeg2ts-parser

A Simple MPEG2-TS Parser.

## Feature

* MPEG2-TS stream into TS Packet chunks

## Build

### Preparing

```bash
git clone https://github.com/monyone/node-arib-mpeg2ts-parser
cd node-arib-mpeg2ts-parser
yarn
```

### Compiling library

```bash
yarn run build
```