Hello,
Is it possible to register the airtime stream to the Liquidsoap stream directory (Flow)
by using the given script http://liquidsoap.fm/doc-svn/flows.html
stream = register_flow(
radio="My radio",
website="http://my.web.site/",
description="The sound of my computer",
genre="reggae",
user="foo",
password="bar",
streams=[("mp3/128k","http://my.web.site/stream")],
stream)
I already try to be registered in the Icecast stream directory, but without success :(