Hi all! I've setup an icecast2 relay server, which connect to an icecast1 server mountpoint. the stats.log of icecast1 lists an/my icecast2 relay connect - so far so fine :) BUT: if i try to listen to the relayed stream, my winamp couldn'd connect: 404 file not found :(( the access.log lines are like: 213.23.134.235 - - [13/Apr/2004:08:05:29 +0200] "GET /rc2 HTTP/1.0" 404 109 "-" "xmms/1.2.7" 0 or with winamp: 213.23.134.235 - - [13/Apr/2004:07:58:16 +0200] "GET /rc2 HTTP/1.0" 404 109 "-" "WinampMPEG/2.8" 1 <p>The original stream is a mp3-shout stream. here some pices of my icecast.xml: <p><p>[...] <listen-socket> <port>19090</port> <bind-address>80.237.220.221</bind-address> </listen-socket> [...] <!-- master server is comment out --> <relay> <server>80.237.220.221</server> <port>9090</port> <mount>/rc</mount> <local-mount>rc2</local-mount> <relay-shoutcast-metadata>0</relay-shoutcast-metadata> </relay> [...] hope, that are alle the important pices ;) Have anybody an idea to solve the problem?? I would be verry happy :) Have a nice day Anatol <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi Mike! Thanks for your spontaneous answer :)) Michael Smith wrote:> On Tuesday 13 April 2004 17:41, Anatol wrote: > >><relay> >> <server>80.237.220.221</server> >> <port>9090</port> >> <mount>/rc</mount> >> <local-mount>rc2</local-mount> > > > That local-mount is not a valid mount name.Right! :-) a "/" is very usefull ;-)) Greetz Anatol <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tuesday 13 April 2004 17:41, Anatol wrote:> <relay> > <server>80.237.220.221</server> > <port>9090</port> > <mount>/rc</mount> > <local-mount>rc2</local-mount>That local-mount is not a valid mount name. It should be considered a bug that icecast doesn't report an error/warning for this case (could you file it in bugzilla: http://bugs.xiph.org/), but if you fix that it should work. What happens at the moment (I think) is that icecast incorrectly accepts this mountpoint, and so the relay works properly - except there's no way (given how the protocol and icecast work) for a client to then request this relayed stream. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.