Hi,

Buffer overrun logs usually happen when the `input.http` source receives too 
much data. This can have several reasons, such as the sender sending data at a 
rate above real-time or by bursts, or the two machines having clocks that are 
slightly out of sync.

One way to mitigate the issue is to raise the `max` buffer in `input.http`:
```
s = input.http(max=20., ...)
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/545#issuecomment-401712325
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to