1

i want to restream with ffmpeg , how do i make it delay 1 minute ( but save to ffmpeg ) then stream ?

the reason for the 1 minute delay is because my connection is slow, if it waits 1 minute it might help to keep it smooth

my command

ffmpeg -i "http://xxxxx/xxxx.m3u8" -c:v copy -c:a aac -async 1 -f flv rtmp://xxxxx/live
Joe Cola
  • 323
  • 4
  • 12
  • Try `stdbuf -i10M ffmpeg …` and see if it helps … You may iIncrease or decrease the number `10` (*in megabytes*) to adjust the standard input stream buffering. – Raffa Jan 05 '23 at 18:17

0 Answers0