| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue Nov 22, 2005 6:38 am Post subject: What port for multiple listeners? |
|
|
Hello everyone,
What port do I use for more than 2 listeners (multiple listeners...) and how do I set it to that port via config?
Thanks in advance for any replies,
Phillip. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Nov 22, 2005 1:51 pm Post subject: |
|
|
Listening clients can use the same port whether there are 2 or 14000 listeners, but you can use multiple ports if you want, look at the <listen-socket>
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Nov 23, 2005 7:54 am Post subject: |
|
|
Hi Karl,
Thanks very much for help, and hopefully future help.
I know it sounds silly, but would do I do at the </listen-socket> part?
Regards,
Phillip. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Nov 23, 2005 2:00 pm Post subject: |
|
|
look at the samples xml files or the docs that we ship, there's only 2 possibilities in that group, port and bind-address, the latter being rarely used.
karl |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Nov 23, 2005 11:17 pm Post subject: |
|
|
I don't get it?  |
|
| Back to top |
|
 |
EvilOverlord Forum Admin


Joined: 12 Jun 2005 Posts: 177 Location: Isle of Man
|
Posted: Fri Nov 25, 2005 6:45 pm Post subject: |
|
|
Think about it... a web server listens only on one port, (80) and can service thousands of similtanious requests.
Icecast needs only one port to service as many listeners as you have bandwidth/CPU cycles to support. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Nov 25, 2005 11:12 pm Post subject: |
|
|
Hi EvilOverlord,
I might be sounding buggy now, but what do I need to config in the IceCast 2 config so I won't see '2' as the peak listeners, but 6?
Regards,
Philip.  |
|
| Back to top |
|
 |
EvilOverlord Forum Admin


Joined: 12 Jun 2005 Posts: 177 Location: Isle of Man
|
Posted: Sat Nov 26, 2005 3:34 pm Post subject: |
|
|
Edit the "clients" directive in the limits section of the icecast config as below:
| Code: |
<limits>
<clients>6</clients>
</limits> |
|
|
| Back to top |
|
 |
|