container/mts: MPEGTS utilities should take io.Readers and provide wrappers for []byte input

Issue #101 new
Saxon Milton created an issue

Utilities used for processing/manipulating MPEGTS data should first and foremost work with io.Readers, and then provide Wrappers that will accept []bytes (create io.Reader from []byte).

Comments (1)

  1. Log in to comment