[FFmpeg-user] tee pseudo muxer instance -> pipe to ncat

Dragan Randjelovic logicomyu at gmail.com
Tue Jul 24 17:41:03 EEST 2018


Answering to myself, here is a very handy end of your ffmpeg command:

-f tee -use_fifo 1 -fifo_options
drop_pkts_on_overflow=true:attempt_recovery=1:recover_any_error=1:restart_with_keyframe=1
"[f=rtp_mpegts:onfail=ignore]rtp://ip_address:port|[f=mpegts:onfail=ignore]pipe:1"
| nc64 -L -p 1234

Untill next time,

On Sun, Jul 15, 2018 at 9:46 PM, Dragan Randjelovic <logicomyu at gmail.com>
wrote:

> Hi,
>
> I am trying to achieve the following under windows and I am wondering what
> would be the right syntax for it,
> while explicitly I do not want to invoke another ffmpeg process.
>
> -f tee "[onfail=ignore][f=mpegts] pipe:1>nc64 -L -p
> 1234|[f=mpegts]udp://IP:1234/"
>
> Regards.
>


More information about the ffmpeg-user mailing list