Hi,
This looks like a clock issue. If the network communication or the receiving
machine is causing delays, the input source could overflow waiting for its data
to be consumed.
One way to test would be to add a dedicated clock to the icecast output:
```
clock.assign_new(id="icecast",
[output.icecast(
%mp3(bitrate=320),
host = <host>,
port = 8000,
password = "hackme",
mount = "stream",
source)])
```
That might make your script work but, however, would not solve the clock issue
(if that's the issue) so you may experience audio drop.
Let me know if that helps.
--
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/655#issuecomment-437737736
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users