[FFmpeg-user] ffmpeg srt to udp

adam smith adamsmith79 at icloud.com
Mon Mar 22 22:16:00 EET 2021



> On 22 Mar 2021, at 18:27, Flumotion Support <support at flumotion.com> wrote:
> 
> Thanks for the answer this is my pipe
> srt-live-transmit -vvvs:500 -r:500 "srt://
> 195.10.10.222:9002??pkt_size=1316?latency=1000000&mode=listener" udp://
> 195.10.10.225:9000?pkt_size=1316&latency=1000000
> but still have problem

Did you try using FFmpeg?

Something likeā€¦
ffmpeg -i "srt://195.10.10.222:9002?pkt_size=1316&mode=listener&latency=2000000" -map 0 -codec copy -f mpegts udp://195.10.10.225:9000?pkt_size=1316

Cheers
Adam





More information about the ffmpeg-user mailing list