Score:1

how to have ffmpeg delay 1 minute to system then run stream?

us flag

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
Raffa avatar
jp flag
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.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.