#39: Shout.No_connect should not make liquidsoap fail
-------------------------+--------------------------------------------------
Reporter: Gilou | Owner:
Type: Bugs | Status: new
Priority: 1 | Milestone:
Component: ocaml-shout | Version: 0.3.3+svn
Keywords: |
-------------------------+--------------------------------------------------
Oh noes, we got a Shout.No_connect error!
{{{
2007/10/10 18:02:48 [threads:1] thread "root" aborts with exception
Shout.No_connect !
2007/10/10 18:02:48 [main:3] Shutdown started!
}}}
Code was:
{{{
feed = mksafe(input.http("http://myshinyserver:8000/"))
source = feed
output.icecast.mp3(host="tamereellevajumper", port=8000,bitrate=192,
password="gouzigouzi", mount="frequence3",
restart_delay=10,restart=true,source)
}}}
Shouldn't it have restarted it silently? I'm guessing here that it's the
output which failed, because "Shout" is probably not used for the input,
which, anyway, is "protected" via mksafe, so it shouldn't fail either way.
--
Ticket URL: <http://savonet.rastageeks.org/ticket/39>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !