| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Mar 20, 2007 10:20 pm Post subject: script or FAQ for relay diffusion |
|
|
hi,
i want to purpose as a relay a shoutcast radio, where i can find a
easy script or FAQ which containing an explained and detailled XML
configuration ?
thanks of your answer... |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Mar 20, 2007 10:44 pm Post subject: |
|
|
The main docs cover the main items you need to provide for a relay, <server>, <port>, <mount> and <local-mount>. For a shoutcast stream the mount will be something like /
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Mar 21, 2007 8:29 am Post subject: |
|
|
| karlH wrote: |
The main docs cover the main items you need to provide for a relay, <server>, <port>, <mount> and <local-mount>. For a shoutcast stream the mount will be something like /
karl. |
i have tried to relay a big shoutcast french radio i actually listen to, i only use original file and modify
| Code: |
<relay>
<server>philibert.relay.frequence3.net</server>
<port>9000</port>
<mount>/</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
|
maybe this radio ask a password ? |
|
| Back to top |
|
 |
|