[FFmpeg-user] ffmpeg srt to udp

adam smith adamsmith79 at icloud.com
Fri Mar 19 17:00:54 EET 2021


Have you tried increasing the latency of the incoming SRT stream?

I am using caller option like

pkt_size=1316&mode=caller&latency=2000000

this ensured my source did not contain artefacts, although obviously adds latency. 
Maybe it’s worth a try. 

Thanks
Adam

> 
> On 19 Mar 2021, at 13:33, Christian David <christian at cdavid.eti.br> wrote:
> 
>> My pipe line
>>    > 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
>>    > The output is full of artifacts and is cut off after a few


More information about the ffmpeg-user mailing list