Re: [FFmpeg-devel] [PATCH v3 0/4] Add passthrough support for SCTE-35

2023-07-27 Thread Devin Heitmueller
On Fri, Jul 21, 2023 at 4:38 PM Devin Heitmueller wrote: > > Properly set up the MPEG-TS mux and recalculate the pts_adjust field > in SCTE_35 packets, such that a user can transparently pass through > SCTE-35 streams when both the input and output are MPEG-TS. > > This patch series rebased agains

[FFmpeg-devel] [PATCH v3 0/4] Add passthrough support for SCTE-35

2023-07-21 Thread Devin Heitmueller
Properly set up the MPEG-TS mux and recalculate the pts_adjust field in SCTE_35 packets, such that a user can transparently pass through SCTE-35 streams when both the input and output are MPEG-TS. This patch series rebased against master and a patch to hack around periodic PCR retransmission has b