Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monyone/node-arib-mpeg2ts-parser
https://github.com/monyone/node-arib-mpeg2ts-parser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monyone/node-arib-mpeg2ts-parser
- Owner: monyone
- License: mit
- Created: 2021-03-13T04:50:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T15:59:28.000Z (over 2 years ago)
- Last Synced: 2024-08-14T10:12:02.967Z (5 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```