Hello!

I use the Debian package of liquidsoap for Wheezy.

I have added this in my radio.liq in /etc/liquidsoap :

stream = register_flow(
radio="mustafejen",
website="http://mustafejen.se/";,
description="Stream from Ersboda",
genre="Alternative",
streams=[("ogg/112k","http://mustafejen.se:8000/stream.ogg";)],
stream)

This I tried to copy from http://liquidsoap.fm/doc-svn/flows.html.

I get

per@mustafejen:~$ sudo /etc/init.d/liquidsoap restart
Stopping liquidsoap channels: radio.pid OK
Starting liquidsoap channels: radio.liq At line 19, char 7: the variable
stream used here has not been previously
  defined.
OK

Did I copy wrong?

I looked in /usr/lib/liquidsoap/1.0.1/flows.liq
and thought there could be something in the section:

def register_flow(~server="",~user="default",~password="default",
                  ~email="",~radio,~website,~description,~genre,
                  ~streams,s)

Now I am looking for things above my skill level.

I'd better go to sleep now.

Regards,

Per Gunnarsson


------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to