Skip to content

Releases: Eyevinn/hls-ts-js

v0.3.0

04 Mar 17:42
Compare
Choose a tag to compare

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

First release

18 Feb 12:56
Compare
Choose a tag to compare

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