#77: Liquidsoap crashes with icecast
-------------------------+--------------------------------------------------
Reporter: claudiob | Owner: toots
Type: Bugs | Status: assigned
Priority: 1 | Milestone:
Component: Liquidsoap | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment (by claudiob):
I've update to a recent trunk but... found out that the code for the
'''set''' functions has been changed!
In the old trunk I was using, my .liq file had this line:
set server.port = 1233
Which I've tried to rewrite as follows (according to the Web
documentation):
set("server.port", 1233)
but still it says that:
2008/01/14 19:25:25 [lang:2] WARNING: there is no configuration key
named "server.port"!
and the stream does not start:
2008/01/14 19:25:26 [main:3] Shutdown started!
2008/01/14 19:25:26 [threads:4] Scheduler wakes up
2008/01/14 19:25:26 [root:2] Root shutdown
2008/01/14 19:25:26 [source:4] chan3(dot)mp3 gets down
2008/01/14 19:25:26 [source:4] [EMAIL PROTECTED] gets down
2008/01/14 19:25:26 [source:4] [EMAIL PROTECTED] gets down
2008/01/14 19:25:26 [source:4] request(dot)[EMAIL PROTECTED] gets down
2008/01/14 19:25:26 [threads:3] thread "root" exited (1 remaining)
init: exception encountered during stop phase:
Unix.Unix_error(11, "select", "")
What is the correct form for the new trunk?
--
Ticket URL: <http://savonet.rastageeks.org/ticket/77#comment:2>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !