Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Passthrough SCTE 35 Current behavior breaks SCTE 35 by wrapping it in a PES packet, this adds the logic for the SCTE 35 messages to be passed through cleanl

2025-06-12 Thread Pierre Le Fevre via ffmpeg-devel
*- Use caution before opening links or attachments Hello Pierre, On Wed, Jun 11, 2025 at 10:22 AM Pierre Le Fevre via ffmpeg-devel wrote: > -- Forwarded message -- > From: Pierre Le Fevre > To: "ffmpeg-devel@ffmpeg.org" > Cc: > Bcc: > Date: Wed, 11 Jun 2

[FFmpeg-devel] [PATCH] avformat/mpegts: Passthrough SCTE 35 Current behavior breaks SCTE 35 by wrapping it in a PES packet, this adds the logic for the SCTE 35 messages to be passed through cleanly.

2025-06-11 Thread Pierre Le Fevre via ffmpeg-devel
--- Begin Message --- Signed-off-by: Pierre Le Fevre --- libavformat/mpegtsenc.c | 27 +++ libavformat/mux.c | 6 -- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 6935b71cfe..ba28e17696 10