[FFmpeg-user] ffmpeg srt to udp

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Mar 19 20:33:29 EET 2021


Am Di., 16. März 2021 um 13:28 Uhr schrieb Javier Fuentes
<jfuentes at flumotion.com>:

> ffmpeg -i "srt://xx.xx.xx.xx:9002?mode=listener" -map 0 -codec copy  -tune
> zerolatency -f mpegts udp://xx.xx.xx.xx:9000?pkt_size=1316

(-tune zerolatency looks disturbing here...)

Complete, uncut console output missing.

It should be possible with something like the following, untested:
$ ffmpeg -f data -i input -f data -map 0 -c copy udp://...

This should avoid the remuxing, if it does not work, ffmpeg is
probably the wrong tool, there should be a utility to receive
the raw content of the srt stream, you can pipe that to udp.

> *AVISO LEGAL:* Todo el contenido de este correo y sus adjuntos proviene de
> FLUMOTION SERVICES, S.A. (en adelante, “FLUMOTION”).

> La información contenida en este e-mail es confidencial

Please remove such nonsense from emails sent to a public
mailing list.

Carl Eugen


More information about the ffmpeg-user mailing list