Hi Joey,

Your problem is this line:
  relay=input.http("http://68.168.103.13:8337/";, relay)
You first build input.http(...) then define relay to be this. But
before defining relay, you use it as a parameter of input.http(). This
is why liquidsoap complains that relay is undefined.

The good news is that there's no reason to pass relay as a second
argument of input.http(). Did you mean id("URL",id="relay")?

Have fun,
-- 
David

PS: In the future, please avoid creating new threads, it messes up the
archives, and it would have prevented my from answering your first
question before seeing your script in the second mail.

------------------------------------------------------------------------------
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