| View previous topic :: View next topic |
| Author |
Message |
chas
Joined: 30 Jul 2006 Posts: 38
|
Posted: Sun Jul 30, 2006 2:05 pm Post subject: Relay Shoutcast-Icecast/ IceCast-Shoutcast |
|
|
I hear that ICECAST can now relay shoutcast streams but the ther reverse ??
Can anyone confirm this?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Jul 30, 2006 2:13 pm Post subject: |
|
|
icecast has always been able to relay a shoutcast stream. TO be able to do the reverse I think you have to make the / mountpoint a stream that shoutcast can handle. The usual setting for icecast is that / is an alias to /status.xsl
karl. |
|
| Back to top |
|
 |
chas
Joined: 30 Jul 2006 Posts: 38
|
Posted: Sun Jul 30, 2006 2:25 pm Post subject: |
|
|
You lost me here lol
I am computer savvy but ignorant lol
icecast: "/" = "/stats.sxl"
shoutcats: "/"="/listen.pls"
So how to rewire all that??
EDIT the shoutcasts relay function doesnt work to iceast?
Last edited by chas on Sun Jul 30, 2006 2:43 pm; edited 1 time in total |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Jul 30, 2006 2:35 pm Post subject: |
|
|
you probably just need to change the alias in icecast to refer to the stream you want to relay eg
<alias source="/" dest="/mystream.mp3"/>
remember shoutcast is limited in how many streams it can handle at the same time and the mountpoint is always /
karl. |
|
| Back to top |
|
 |
chas
Joined: 30 Jul 2006 Posts: 38
|
Posted: Mon Jul 31, 2006 10:45 pm Post subject: |
|
|
| karlH wrote: |
you probably just need to change the alias in icecast to refer to the stream you want to relay eg
<alias source="/" dest="/mystream.mp3"/>
remember shoutcast is limited in how many streams it can handle at the same time and the mountpoint is always /
karl. |
<relay>
<server>127.0.0.1</server>
<port>11995</port>
<alias source="/" dest="/impressionz.mp3"/>
<local-mount>/impressionz.mp3</local-mount>
<on-demand>1</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
like this??
edit: try this
http://illusionz.game-server.cc/wasp/test.html |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Aug 01, 2006 2:00 am Post subject: |
|
|
alias definitions only appear in one place and it's not within relay
karl. |
|
| Back to top |
|
 |
PsYhO
Joined: 29 Jul 2009 Posts: 27
|
Posted: Thu Aug 05, 2010 12:34 pm Post subject: |
|
|
one more question about icecast to shoutcast relay, it works, but shoutcast is not even trying to update its yp directory.
should i make some changes in icecast config file, or this is not possible?
thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Aug 05, 2010 12:39 pm Post subject: |
|
|
I suspect you need to mark the stream as public or advertise within the source client.
karl. |
|
| Back to top |
|
 |
PsYhO
Joined: 29 Jul 2009 Posts: 27
|
Posted: Thu Aug 05, 2010 12:50 pm Post subject: |
|
|
how should i do that within icecast config file?
<no-yp>0</no-yp>?
or?
because with shoutcast, you set the public switch inside of client's config, and in this scenario, my client is icecast server that im relaying ! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Aug 05, 2010 12:58 pm Post subject: |
|
|
as already indicated, you'll need to set this within the "source client", not icecast. The icecast settings will control what icecast does with the its directory servers, but it doesn't fill in any headers for shoutcast.
karl. |
|
| Back to top |
|
 |
PsYhO
Joined: 29 Jul 2009 Posts: 27
|
Posted: Thu Aug 05, 2010 1:03 pm Post subject: |
|
|
im using ices-cc (centova cast version), is there any switch for public stream?
thanks karl!
///edit
ive found it!
<public> switch, ill try, and ill report ! |
|
| Back to top |
|
 |
PsYhO
Joined: 29 Jul 2009 Posts: 27
|
Posted: Thu Aug 05, 2010 1:24 pm Post subject: |
|
|
kewl, it seem to works now!
thanks karl ! |
|
| Back to top |
|
 |
|