| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Fri May 30, 2008 5:26 pm Post subject: Problem in setup two different mountpoints and ports |
|
|
Hi! I´m trying to setup two mountpoints, but I would like them to work in different ports.
Below is my config, but the issues I´m having are the following:
- Icecast runs perfect on both ports 9000 and 10000, but If you connect with test1.mp3 or test2.mp3 mountpoint to any of the ports, when you enter to the admin section of port 9000 or port 10000, the mountpoint is listed there, instead of appear only in the source port.
What I would like to do is to assign port 9000 only to test1.mp3 mountpoint and dont allow test2.mp3 mountpoint to connect to port 9000.
Thank you!
<icecast>
<limits>
<clients>100</clients>
<sources>5</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>0</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<hostname>localhost</hostname>
<listen-socket>
<port>9000</port>
</listen-socket>
<listen-socket>
<port>10000</port>
</listen-socket>
<mount>
<mount-name>/test1.mp3</mount-name>
<password>tester1</password>
<max-listeners>50</max-listeners>
<burst-size>65536</burst-size>
<public>0</public>
<hidden>1</hidden>
<no-yp>0</no-yp>
</mount>
<mount>
<mount-name>/test2.mp3</mount-name>
<password>tester2</password>
<max-listeners>50</max-listeners>
<burst-size>65536</burst-size>
<public>0</public>
<hidden>1</hidden>
<no-yp>0</no-yp>
</mount> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri May 30, 2008 10:00 pm Post subject: |
|
|
There hasn't been any case made for using 1 source per port limitation, you can of course use the alias mechanism to force listeners to use a particular port for each stream.
karl. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group subRebel style by ktauber
|