| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Oct 29, 2007 4:26 pm Post subject: relay |
|
|
hey
i have set up my icecast and everything seems to be working i was just wondering if i wanted to relay my mates shoutcast server or even icecast what code would i have to put into the config
thanks
dude |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Oct 29, 2007 4:57 pm Post subject: |
|
|
Look at the details for <relay>. All that is needed is the server, port and mountpoint which for relaying shoutcast would probably be /
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Oct 29, 2007 9:35 pm Post subject: |
|
|
<!--
<relay>
<server>127.0.0.1</server>
<port>8001</port>
<mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
this is what i get and so i put this
<relay>
<server>88.xxx.xxx.34</server>
<port>8000</port>
<mount>/stream1.nsv</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
-->
and it wouldnt pick up?
thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Oct 29, 2007 10:53 pm Post subject: |
|
|
a simple tip is to load the xml into a browser like firefox and the xml will get parsed. You'll see that items which are surrounded by <! -- and --> are greyed out because xml treats them as comment markers.
karl. |
|
| Back to top |
|
 |
|