Alexander Dal Farra
2006-Apr-22 05:58 UTC
[Icecast] Fallback-stream on icecast not re-falling back
Hi All We have following problem: We have an Icecast Relay (on Demand, with htpaswd authentification) that is configured with a fallback MP3 file in case the relay drops connection to the mother server. This works perfectly, BUT, after the connection coming back, the fallback.mp3 (as we call this MP3) wouldn't get back to normal relay. Here is our config.xml. Anyone having an idea about this? It's last Icecast Version, on Win32. Any help is gladly appreciated. Thanks, Alex ---- <mount> <mount-name>/live</mount-name> <fallback-mount>/fallback.mp3</fallback-mount> <fallback-override>1</fallback-override> <fallback-when-full>1</fallback-when-full> <authentication type="htpasswd"> <option name="filename" value="myauth"/> <option name="allow_duplicate_users" value="1"/> </authentication> </mount> ---