Hls Ts Js Versions Save

HLS MPEG-TS parser library in Javascript

v0.3.0

7 years ago

This release includes:

  • Ability to obtain the RBSP (Raw Byte Sequence Payload) from a Nal Unit
  • Ability to parse SPS Nal Unit (Sequence Parameter Set)
  • Includes a simple Exp-Golomb decoder

v0.2.4

7 years ago

A Javascript library (hls-ts) that can be used to parse TS-segments. The library is both available as a Node module and as a browser script. With this library you can for example:

  • Obtain all Program IDs (PIDs) in the Transport Stream
  • Obtain all packets and data stream for a specific Program
  • Obtain NAL units in an AVC (H.264) data stream