Hi all,
Do i need to tell liquidsoap anything to make the yp listing of the
icecast server work?
Something like "ice-public=true" in the output section?
Im using liquidsoap 1.5.0; the error in the icecast log is "too few
arguments" and the station is not listed in the yp directory of xyph.org.
I looked up the API but didnt find anything that looked like this is to
set in liquidsoap. Am I correct about that?
Here is my .liq file for reference:
#!/usr/bin/liquidsoap
# Log dir
#set("log.file.path","/tmp/basic-radio.log")
# Log to console
set("log.stdout", true)
# Audio Format
set("frame.audio.channels",2)
set("frame.audio.samplerate",96000)
# Metadaten
set("request.metadata_decoders",["FLAC","OGG","TAGLIB"])
# Pfad zur Musik
Musik = playlist(reload=43200,"/home/motherearth/media/Musik/")
Klassik = playlist(reload=43200,"/home/motherearth/media/Klassik/")
radio = random (weights = [1, 12],[Klassik, Musik])
# Ausgang zum Server
output.icecast(%ogg(%flac(samplerate=96000, channels=2, compression=5,
bits_per_sample=24)), fallible = true, icy_metadata = "guess",
host = "icecast3.streamserver24.com", port = 18800,
password = "", mount = "",
name = "Mother Earth Radio", description = "High Resolution Music
tuned to 429hz", url =
"http://icecast3.streamserver24.com:18800/motherearth", radio)
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users