[Icecast] Problem Two: Icecast Won't Relay...

Ian Andrew Bell hello at ianbell.com
Fri Oct 1 00:09:56 UTC 2004


As a follow-up to this thread:

http://lists.xiph.org/pipermail/icecast/2004-May/007171.html

... I am still attempting to relay effectively from two separate 
Audioactive encoders via an icecast server.  Since we last discussed 
this Audioactive have updated their firmware to comply to the standards 
for MP3 streaming more explicitly.  And according to Michael Icecast 
was patched to be more tolerant of malformed headers and attributes.  
I'm running 2.0.2.

I can connect to the streams without hassle at their URL on the 
encoders themselves from iTunes or any other MP3 player:

	http://56k.pulverradio.com:16080/

Here's what's in my icecast.xml file:

    <relay>
         <server>128k.pulverradio.com</server>
         <port>16080</port>
         <mount>/</mount>
         <local-mount>high.mp3</local-mount>

         <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
     </relay>


     <relay>
         <server>56k.pulverradio.com</server>
         <port>16080</port>
         <mount>/</mount>
         <local-mount>low.mp3</local-mount>

         <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
     </relay>

Here's what error.log reports:

[2004-09-30  20:23:05] INFO main/main icecast server started
[2004-09-30  20:23:05] DBUG slave/create_relay_stream Adding source at 
mountpoint "high.mp3"
[2004-09-30  20:23:05] DBUG slave/create_relay_stream Adding source at 
mountpoint "low.mp3"
[2004-09-30  20:23:05] DBUG source/source_main Source creation complete
[2004-09-30  20:23:05] DBUG source/source_main Source creation complete
[2004-09-30  20:24:28] DBUG connection/_handle_get_request Client 
connected
[2004-09-30  20:24:28] DBUG connection/_handle_get_request Source not 
found for client

...and of course the client gets nothing.

Not sure what I can do about this.   Am I missing something obvious?

-Ian.




More information about the Icecast mailing list