Add MPEG-TS reader and writer support for H.264 and H.265 to pion/format as a new pion/format/mpegts package.
The package should work as a standalone Go library that applications can import directly. It should preserve video timing without decoding or re-encoding. It should also work well with Pion WebRTC applications and fit the proposed pion/rtp v3 API in pion/rtp#362.
This issue continues the design and implementation work from pion/webrtc#3169.
Add MPEG-TS reader and writer support for H.264 and H.265 to pion/format as a new pion/format/mpegts package.
The package should work as a standalone Go library that applications can import directly. It should preserve video timing without decoding or re-encoding. It should also work well with Pion WebRTC applications and fit the proposed pion/rtp v3 API in pion/rtp#362.
This issue continues the design and implementation work from pion/webrtc#3169.