I just noticed that if, instead of using set("server.telnet") I use the -t switch, I get no errors.

LS version: 0.9.3.

-------- Original Message --------
Subject: [Savonet-users] Trouble using url
Date: Tue, 17 Jan 2012 15:27:05 +0000
From: Audiodef Online <[email protected]>
To: [email protected]


I have the following script:

#!/usr/local/bin/liquidsoap
set("log.file.path","/home/audiodef/radio/liquidradio.log")
set("log.level",4)
set("server.telnet",true)
output.icecast.vorbis(quality=0.8,samplerate=44100,
         host="synthetronica.com", port=8000,
         password="(password)", mount="radio.ogg", name="Synthetronica 
Radio",
         description="Eclectic Electronica", url="",
         mksafe(playlist(timeout=3600.,conservative=true,
                 "http://synthetronica.com/radio/main_playlist")))

Which causes this error:

init: exception encountered during start phase:
   Failure("port 1234 already taken")

If I remove url="", my script starts without errors, so 
I know the problem is not whether LS soap is already running.

Why does this happen?

-- 
My music: http://audiodef.com
Synthetronica: http://synthetronica.com
Male survivors of domestic violence: http://abusedmen.org


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to