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 the `mpegts-demuxer` #117

Closed slifty closed 3 years ago

slifty commented 3 years ago

Task

Description

We just published a fairly modified fork of ts-demuxer.

The upstream is still great (and actually just got a slew of fixes and improvements) but I'd like to use our copy for the following reasons:

  1. It uses transform streams which is a cleaner API.
  2. It has the critical fixes we need (which should allow us to close some of the open bugs in our appliances).
  3. It gives us more control down the line over the API / fields we want to include in the resulting data.

Related Issues

Making this change should end up allowing us to close:

and possibly others.