set("log.file",false) set("log.stdout",true) set("log.level",4) url=mksafe(input.http("http://anime.vnu.ru:9000/live")) #AAC+ output.icecast(%aac+, mount = "aacp", host = "anime.vnu.ru", port = 9000, password = "****", genre="Trance", name="FunFM AAC+", url="http://funfm.ru", url) #MP3 output.icecast(%mp3(bitrate=256), mount = "live256", host = "anime.vnu.ru", port = 9000, password = "********", genre="Trance", name="FunFM 256kb\s", url="http://funfm.ru", url) output.icecast(%mp3(bitrate=128), mount = "live128", host = "anime.vnu.ru", port = 9000, password = "**", name="FunFM 128kb\s", genre="Trance", url="http://funfm.ru", url) output.icecast(%mp3(bitrate=112), mount = "live112", host = "anime.vnu.ru", port = 9000, password = "*****", name="FunFM 112kb\s", genre="Trance", url="http://funfm.ru", url) output.icecast(%mp3(bitrate=64), mount = "live64", host = "anime.vnu.ru", port = 9000, password = "*****", name="FunFM 64kb\s", genre="Trance", url="http://funfm.ru", url) output.icecast(%mp3(bitrate=32), mount = "live32", host = "anime.vnu.ru", port = 9000, password = "****", name="FunFM 32kb\s", genre="Trance", url="http://funfm.ru", url)