[FFmpeg-user] Sending Data Allow With Video From a MPEGTS stream

Devin Heitmueller dheitmueller at kernellabs.com
Fri Feb 21 23:00:26 EET 2020


On Fri, Feb 21, 2020 at 3:53 PM Tim McClure <tjmcclure0501 at gmail.com> wrote:
>
> ffmpeg -re -i IndagoLE.ts -codec copy -f  mpegts udp://
> 192.168.1.134:5047?pkt_size=1316
>
>
> The ts file I am using above has KLV along with video.  I am trying to send
> the stream to a UDP port with both channels being present however only the
> video channel is being sent.  I basically want to pass the mpegts stream
> through - does anyone know how to do this?

Hi Tim,

ffmpeg is going to remux the stream, and strip out anything it doesn't
understand.  For this use case you might be better off using a tool
that won't touch the TS content, such as multicat or tsduck.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com


More information about the ffmpeg-user mailing list