tvkitchen / utilities

Standalone packages and tools used by appliances and implementations.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Use Transform API for MpegTsDemuxer #10

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR replaces the old callback pattern with the shiny Transform Stream pattern

MpegTsDemuxer should now be treated as a Duplex stream -- it can be used as part of a pipeline.

Related Issues

Resolves #7