**Describe the bug**
hi
i have liquidsoap 1,3,4 on ubuntu 18.04.
i have two .liq files and there is a line like this in both .liq files:
//only icecast mount is differnet for two files
```
live = input.harbor(id="harbor",  "harbor.mp3", password="xyz")
final = add([final, live])
output.icecast(..., final)
```

i can run first liq file without problem but for second .liq file there is a 
error like 
`strange error flushing buffer ...`
if i change harbor port for second liq file to another port like '8007' there 
is no problem. 

- i want to know if this a correct behavior? 
- when we want to send one unique live event to two multiple stations -which 
run with different liq files and get live with input.harbor-, we need different 
instance of Butt -with different port configs- to send stream to this stations?

**Version details**
 - OS: [ubuntu 18.04]
 - Version [`1.3.4`]

**Install method**
opam





-- 
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/728
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to