New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mpegts-tools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpegts-tools

Tools for parsing and manipulating MPEG Transport Streams in Node.js

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

mpegts-tools

This project aims to provide tools for reading and manipulating MPEG Transport Streams in Node.js.

Features

Fully-typed

Full TypeScript support right out of the box, no need for an @types package.

PacketAligner stream transformer

This will take a stream of binary data and attempts to align it to MPEG TS packets, such that each output chunk starts at the beginning of a packet contains an integer amount of packets.

Packet parsing

Parsing Packets, Adaptation Fields and Adaptation Extensions is working. Each property is retrieved from the underlying binary data when it's requested, so if you only use a small number of properties then unnecessary ones aren't loaded.

Roadmap

  • Parsing of PAT and PMT table data
  • Support for editing (and even creating) packet data, table data

FAQs

Package last updated on 19 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts