I'm running a test script:
```
set("log.stdout",true)
set("log.file",false)

radio=sine()
clock.assign_new(id="icecast", [
    output.icecast(
      %wav,
            host="127.0.0.1", port=8000,
            user="source", password="source",
            mount="/radio",
            description="radio", genre="radio", url="radio",
        mksafe(buffer(radio))
    )
]
)
```
(there's no icecast responding)

Can't reproduce. Could you test this script and/or give me another one to 
reproduce? Thks! 

-- 
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/541#issuecomment-401785295
------------------------------------------------------------------------------
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