Socket
Socket
Sign inDemoInstall

inspector.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inspector.js

Javascript Library that implements MpegTS and MP4 demuxers.


Version published
Weekly downloads
10
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

Travis CI Status: Travis CI Status

Inspector.js

Javascript Library that implements MpegTS and MP4 demuxers. It also implements AVC (H.264), AAC and MP3 parsers that are used to inspect payload and to report the type of frames within each video/audio track. It doesn't decode content, just parse it, so inspection process is lightweight and can be done in real time for live streams without impacting CPU consumption.

Besides other things it can be used to analyze the content of MpegTS or MP4 based streams (HLS/DASH/Smooth Streaming).

How do I get set up?

  • npm install
  • npm run build

Development guidelines

  • npm install
  • npm run start

Once dev server is started, project is automatically built and compiled whenever you apply any change.

FAQs

Package last updated on 17 Nov 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc