| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Fri Nov 02, 2007 5:14 pm Post subject: relay shoutcast |
|
|
hey
am still having troubles this is what i am putting in
| Code: |
<!-- setting this makes all relays on-demand unless overridden, this is
useful for master relays which do not have <relay> definitions here.
The default is 0 -->
<!--<relays-on-demand>1</relays-on-demand>-->
<!--
<relay>
<server>xxx.xxx.xx.xxx</server>
<port>8000</port>
<mount>/</mount>
<local-mount>/stream.nsv</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
--> |
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Nov 02, 2007 6:10 pm Post subject: |
|
|
| you have to uncomment what you want to be active. i.e remove <-- xxxxxxxxxxxxxxxxxxxx--> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Nov 02, 2007 6:27 pm Post subject: |
|
|
I'm not surprised, you've commented out all the relay details. see the <!-- and -->
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Nov 02, 2007 11:00 pm Post subject: |
|
|
well where i have put the **** i have put numbers in  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Nov 03, 2007 12:20 am Post subject: |
|
|
I'm sure you have, however that is not what we are talking about. Try loading that xml into a browser or anything with xml syntax highlighting, I'm sure you'll find that your relay is greyed out
karl |
|
| Back to top |
|
 |
liteFun
Joined: 13 Jan 2006 Posts: 79
|
Posted: Sat Nov 03, 2007 1:32 pm Post subject: Re: relay shoutcast |
|
|
| dude wrote: |
| Code: |
<!--
<relay>
<server>xxx.xxx.xx.xxx</server>
<port>8000</port>
<mount>/</mount>
<local-mount>/stream.nsv</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
--> |
|
Uncomment it, remove <!-- before <relay> and --> after </relay>. |
|
| Back to top |
|
 |
|