| View previous topic :: View next topic |
| Author |
Message |
cbdjm
Joined: 05 Jan 2010 Posts: 4
|
Posted: Tue Jan 05, 2010 6:33 pm Post subject: Server Icecast Relay > Shoutcast |
|
|
Hello @ All Sorry for my english
I search relay my
icecast server on > shoutcast not available.
but shoutcast > Icecast is ok
Config Icecast : Adress 127.0.0.1:8000
<relay>
<server>127.0.0.1</server>
<port>8000</port>
<mount>/live.ogg</mount>
<local-mount>/test</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
Config Shoutcast : adress 127.0.0.1:9967
RelayServer=127.0.0.1
RelayPort=8000
Thanks for your help... |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Jan 05, 2010 7:01 pm Post subject: |
|
|
as I've already mentioned in another post, shoutcast is requesting the stream at mountpoint / so you will need to alias it to the actual mountpoint the stream is on.
karl. |
|
| Back to top |
|
 |
cbdjm
Joined: 05 Jan 2010 Posts: 4
|
Posted: Wed Jan 06, 2010 9:05 pm Post subject: hi |
|
|
Thanks karl but no understand process and correct code for insert in my xml
<mount>/live.ogg</mount>
<local-mount>/test</local-mount>
or
<mount>/live.ogg</mount>
<local-mount>/</local-mount>
or
<mount>/</mount>
<local-mount>/</local-mount>
nothing
Details please it's difficult for me...
Thanx again |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jan 06, 2010 9:17 pm Post subject: |
|
|
you will have trouble relaying an ogg stream to shoutcast but the mechanism is the same for a non-ogg stream. Assuming you stream is on icecast as /stream
then you add
<alias source="/" dest="/stream">
We ship icecast xml files with / aliased to /status.xsl so that a web page displays in a browser but you can map it to a stream if you wish
karl. |
|
| Back to top |
|
 |
|