Hi list,<br><br>I'm having some problems with my new Icecast setup and I was hoping you can help me with it. My Icecast setup looks like this:<br><br>[encoder] [encoder]<br>           \      /<br>  [back-end node]<br>    |      |      |      |<br>
 [fn1][fn2][fn3][fn4]<br><br>I have two active encoders, one is encoding to the active mount and one is encoding to the fallback mount on the back-end node. Configuration of the mounts is as follows:<br><br><mount><br>
            <mount-name>/activemount.mp3</mount-name><br>            <fallback-mount>/fallbackmount.mp3</fallback-mount><br> </mount><br> <mount><br>             <mount-name>/fallbackmount.mp3</mount-name><br>
 </mount><br><br>The front-end nodes are all relaying the mount from the back-end node. Configuration of the mount on the front-end nodes is as follows:<br><br><relay><br>          <server>back-end node ip</server><br>
          <port>back-end node port</port><br>          <mount>/activemount</mount><br>          <username>XXX</username><br>          <password>XXX</password><br> </relay><br>
<br>The idea is when the primary encoder fails the signal of the stream is still available through the fallback mount. The front-end nodes should be moved to the fallback mount. I appears the front-end nodes are moved to the fallback mount, because the are showing meta data of the streams (sent by the encoders), but none of the streams are working. Here is some output from the error log on one of the front-end nodes:<br>
<br>[2010-10-18  13:35:57] DBUG stats/modify_node_event update node server_id (Icecast 2.3.2)<br>[2010-10-18  13:35:57] DBUG stats/modify_node_event update node host (icecast.mydomain.tld)<br>[2010-10-18  13:35:57] DBUG stats/modify_node_event update node location (Earth)<br>
[2010-10-18  13:35:57] DBUG stats/modify_node_event update node admin (icemaster@localhost)<br>[2010-10-18  13:35:58] DBUG slave/_slave_thread checking master stream list<br>[2010-10-18  13:35:58] DBUG source/source_apply_mount Applying mount information for "/activemount.mp3"<br>
[2010-10-18  13:35:58] DBUG format-mp3/format_mp3_apply_settings sending metadata interval 16000<br>[2010-10-18  13:35:58] DBUG format-mp3/format_mp3_apply_settings charset ISO8859-1<br>[2010-10-18  13:35:58] DBUG source/source_update_settings public set to 0<br>
[2010-10-18  13:35:58] DBUG source/source_update_settings max listeners to -1<br>[2010-10-18  13:35:58] DBUG source/source_update_settings queue size to 102400<br>[2010-10-18  13:35:58] DBUG source/source_update_settings burst size to 65536<br>
[2010-10-18  13:35:58] DBUG source/source_update_settings source timeout to 10<br>[2010-10-18  13:35:58] DBUG source/source_update_settings fallback_when_full to 0<br>[2010-10-18  13:35:58] DBUG stats/modify_node_event update node listenurl (<a href="http://icecast.mydomain.tld:80/activemount.mp3">http://icecast.mydomain.tld:80/activemount.mp3</a>)<br>
[2010-10-18  13:35:58] DBUG stats/modify_node_event update node listener_peak (0)<br>[2010-10-18  13:35:58] DBUG stats/modify_node_event update node public (0)<br>[2010-10-18  13:35:58] DBUG stats/modify_node_event update node server_name (My Station)<br>
[2010-10-18  13:35:58] DBUG stats/modify_node_event update node server_description (Unspecified description)<br>[2010-10-18  13:35:58] DBUG stats/modify_node_event update node server_url (<a href="http://www.mystationsurl.nl">http://www.mystationsurl.nl</a>)<br>
[2010-10-18  13:35:58] DBUG stats/modify_node_event update node genre (Talk)<br>[2010-10-18  13:35:58] DBUG stats/modify_node_event update node bitrate (192)<br>[2010-10-18  13:35:58] DBUG stats/modify_node_event update node server_type (audio/mpeg)<br>
[2010-10-18  13:35:58] DBUG stats/modify_node_event update node max_listeners (unlimited)<br>[2010-10-18  13:36:00] DBUG client/client_read_bytes reading from connection has failed<br>[2010-10-18  13:36:00] DBUG stats/modify_node_event update node clients (2)<br>
[2010-10-18  13:36:00] DBUG stats/modify_node_event update node connections (2099)<br>[2010-10-18  13:36:00] DBUG stats/modify_node_event update node clients (1)<br><br>As you can see the meta data of the stream is retrieved, but it keeps on telling the connection has failed and the streams are not working.<br>
<br>Do you have any suggestions on how to solve this problem?<br><br>Thanks in advance.<br><br>Bart<br>