Re: [FFmpeg-user] Streaming video over UDP, connecting at any time

2021-06-15 Thread Carl Eugen Hoyos
Am Di., 15. Juni 2021 um 15:17 Uhr schrieb Ad Go : > I'm trying to receive a video from a tcp stream and to re-stream > it over udp on localhost. This is what I have now: I don't use many tools except FFmpeg but I believe this should be done with tcpdump. Carl Eugen

[FFmpeg-user] Streaming video over UDP, connecting at any time

2021-06-15 Thread Ad Go
Hi, I'm trying to receive a video from a tcp stream and to re-stream it over udp on localhost. This is what I have now: (1) Receiving and duplicating stream on udp ffmpeg -i tcp://192.168.186.130:6060?listen -f avi -c:v ffvhuff -an udp://127.0.0.1:1234 (2) Receiving udp stream and saving to