| View previous topic :: View next topic |
| Author |
Message |
level20peon
Joined: 24 Feb 2008 Posts: 19
|
Posted: Sun Feb 24, 2008 4:51 pm Post subject: restrict number of clients but not in LAN ? |
|
|
Hey guys,
I would like to restrict the number of users that can access my IceCast Server to conserve bandwith.
| Code: |
<clients>2</clients>
|
... no problem at all.
But has anybody a suggestion on how I could realise a bigger amount of users on my LAN / not restrict the number of users on LAN at all ?
-level20peon
Last edited by level20peon on Sun Feb 24, 2008 6:42 pm; edited 1 time in total |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Feb 24, 2008 5:07 pm Post subject: |
|
|
The most simple way is to run 2 icecasts, one serving LAN listeners only, just have the external icecast relaying the internal icecast.
karl. |
|
| Back to top |
|
 |
level20peon
Joined: 24 Feb 2008 Posts: 19
|
Posted: Sun Feb 24, 2008 6:47 pm Post subject: |
|
|
Thanks for your quick response.
Are there 2 sepparate Installations (OS=Windows Server) required in order to "run multiple icecasts" or is this possible otherwhise (via specific configuration) ?
-level20peon |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Feb 24, 2008 8:44 pm Post subject: |
|
|
Windows is more awkward but not impossible. The key element is getting to specify different xml files for each configuration. The GUI version is rather fixed in the way it runs because it looks for the icecast.xml in the current directory, you can run the console version like you would a unix version.
karl. |
|
| Back to top |
|
 |
|