| View previous topic :: View next topic |
| Author |
Message |
raymonvdm
Joined: 02 Aug 2008 Posts: 1
|
Posted: Sat Aug 02, 2008 5:40 pm Post subject: One icecast instance streaming multiple shoutcast streams |
|
|
This week i installed
icecast-2.3.2-0.i386 on a CentOS server.
Im trying to send out shoutcast streams using the Winamp Shoutcast DSP plugin. The first stream is working fine. However i cannot create a second stream... The DSP plugin is unable to connect to the server.
Partial /etc/icecast.xml
| Code: |
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
<shoutcast-mount>/WinAmp</shoutcast-mount> -->
</listen-socket>
<!--
<listen-socket>
<port>8010</port>
<shoutcast-mount>/stream2</shoutcast-mount>
</listen-socket>
|
I cannot find the answer on the web. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Aug 02, 2008 5:45 pm Post subject: |
|
|
From the fragment posted, it looks like you have defined port 8000 and 8001 for allocating a shoutcast source mountpoint of /WinAmp but the then you have an opening comment before the next <listen-socket> so port 8010/8011 are not allocated.
karl. |
|
| Back to top |
|
 |
|