That fixed it! The importance of the beginning "/" should probably be emphasized in the doco, especially since the sample config says: <local-mount>different.ogg<local-mount> ....could be a little misleading. Also need the closing slash in the sample XML flags. -Ian. On 30-Sep-04, at 5:26 PM, Karl Heyes wrote:> On Fri, 2004-10-01 at 01:09, Ian Andrew Bell wrote: >> 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> > > you really mean > <local-mount>/high.mp3</local-mount> > > >> <relay> >> <server>56k.pulverradio.com</server> >> <port>16080</port> >> <mount>/</mount> >> <local-mount>low.mp3</local-mount> > > you really mean > <local-mount>/low.mp3</local-mount> > > karl. > >
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.
On Fri, 2004-10-01 at 01:09, Ian Andrew Bell wrote:> 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>you really mean <local-mount>/high.mp3</local-mount>> <relay> > <server>56k.pulverradio.com</server> > <port>16080</port> > <mount>/</mount> > <local-mount>low.mp3</local-mount>you really mean <local-mount>/low.mp3</local-mount> karl.