| View previous topic :: View next topic |
| Author |
Message |
Seraph Guest
|
Posted: Fri Feb 03, 2006 4:35 am Post subject: Master-Slave Relay Issue |
|
|
I'm trying to set uo a relay on my machine to an icecast server on a remote machine. I have the config file set up as the help file instructs, but it doesn't relay at all - it just runs a blank server with no mountpoints. I only need to set up my end for relaying, right?
Current XML Setup:
<master-server>[ipaddress]</master-server>
<master-server-port>8000</master-server-port>
<master-update-interval>120</master-update-interval>
<master-password>[password]</master-password> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Feb 03, 2006 2:33 pm Post subject: |
|
|
make sure the master has <mount> definitions for the streams you want to relay. A blank template is fine, ie just <mount> and <mount-name>, but a missing <mount> is treated like a hidden stream.
karl. |
|
| Back to top |
|
 |
|