jacksonliam / mjpg-streamer

Fork of http://sourceforge.net/projects/mjpg-streamer/
3.01k stars 1.23k forks source link

"Bufferize" output #201

Closed base64encrypted closed 5 years ago

base64encrypted commented 5 years ago

Hello,

I'm trying to synchronize mjpg-streamer with darkice. With darkice, i can not get a buffer less than three seconds, which it creates an offset with mjpg-streamer.

Do you known how to reduce the lag between the two softs by buffering the output of mjpg-streamer three seconds ?

Thx.

jacksonliam commented 5 years ago

Not without significant code changes, there is a double buffer but that's it. Perhaps whatever is receiving the streams could buffer it?