Hey guys i am stuck in a project in which i need to use a Line in (got
this working easily) but i need to get the Metadata going as well, i am
wondering how to get the data into the application, i have read of
telnet on liquidsoap but i am yet to find any good docs on using telnet
with liquidsoap, this is a copy of my script
#!/usr/local/bin/liquidsoap
set("log.file.path", "liquidalsa.log")
set("log.stdout", true)
set("frame.samplerate", 44100)
set("server.telnet", true)
radio = in()
radio = normalize(
        radio)
output.icecast.mp3(
        host = "xxx.xxx.xxx",
        port = xx,
        id = "xxxxx",
        name = "xxxxxx",
        genre = "xxxxxx",
        url = "xxxxxxxxxxxxxxxxxxxxxxxxx",
        bitrate = 128,
        password = "xxxxxxxx",
        mount = "/xxxxxx/xxxxxxxx",
        radio)






------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to