output-shoutcast-lame.liq

# Output to shoutcast using the lame encoder.
# @category Source / Output
def output.shoutcast.lame = 
  output.icecast.lame(id = "output.shoutcast.lame", mount = "/", protocol = "icy") 
end
Download