How to relay icecast stream in Shoutcast ?

Read 16297 times
Hi guys, i have been trying for several days to relay my icecast stream through another shoutcast server...
I fill in the IP and the Port into Soutcast CP but .. it does not work ? Do i change somethin in icecast CP ?

Thanks is advance for your help.
Officially, Shoutcast only supports relay of other Shoutcast stations.
Unofficially, it works but it's kinda tricky (and also against Shoutcast's ToS)

It does, however, work the other way around: you can use your Icecast server to relay your Shoutcast server
The main issue is that most of our referrals saved us as 8000/listen.pls . And I am trying to find any solution so that I can user icecc (playlist schedule)
You don't necessarily need Icecast in order to use ices-cc, it work with Shoutcast as well.
A Icecast stream can not relay stream to a shoutcast server.
A Shoutcast server CAN relay from an Icecast server. I have setup few clients with this inside Centovacast. It requires you edit the raw Icecast config file outside of Centovacast though. It also causes the Icecast server not to display the Icecast "server administration" page in the "normal" (root) way :

i.e. http://hostname:port/ doesnt display status page
http://hostname:port/status.xsl does display it

This is because a shoutcast expects the relay to be in the form of hostname:port not hostname:port/mount. You need to setup an alias inside Icecasts config file mapping the /mount to / like this :

<alias source="/" dest="/mount"/>

Then you can relay from Shoutcast.