tvkitchen / appliances

A one stop shop for official TV Kitchen Appliances
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Use mpegts-demuxer #118

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR changes our MPEG-TS demuxing script from ts-demuxer to our newly released mpegts-demuxer.

The forked version of the library changes the API to support NodeJS Streams, and also fixes a few of the bugs that we've recently uncovered related to timestamp extraction.

Related Issues

Resolves #117 Resolves #97 Resolves #111