An extremely low latency MPEG2-TS player
npm install zlplayerHTML5 MPEG2-TS live stream player written in TypeScript.
zlplayer works by decoding MPEG2-TS stream into VideoFrame/AudioData using WebCodecs,
followed by feeding into an an HTML5 element through MediaStreamTrack Insertable Streams (a.k.a. Breakout Box).
* Playback for MPEG2-TS stream with H.264 + AAC codec transported in http(s)
* Extremely low latency of less than 0.1 second in the best case
``bash`
npm install --save zlplayer
or
`bash`
yarn add zlplayer
``
yarn
yarn build
```