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
stdbuf -i10M ffmpeg …
and see if it helps … You may iIncrease or decrease the number10
(in megabytes) to adjust the standard input stream buffering.