| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Dec 26, 2005 12:19 am Post subject: Max Listeners shows unlimited |
|
|
I have created a mount but sever info shows unlimted instead of the specifed in the sample below. Is this a bug with the sever display?
<max-listeners>10</max-listeners>
Also changed the mount to 1 and I was still able to connect from winamp and WMP. Please help  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Dec 26, 2005 2:23 am Post subject: |
|
|
There are two things to verify first, one is make sure the settings for the max-listener is uncommented and applies to the mountpoint you want (note that max-listeners applies to streams not files in webroot) and secondly check the error log (log level 4) for entries relating to that mountpoint, you should see the max-listeners setting there as well.
If you really think there is a problem then provide the xml and sample of the error log into a bugs.xiph.org report.
karl. |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Dec 26, 2005 3:12 am Post subject: |
|
|
Here is the code.
| Code: |
<mount>
<mount-name>/stream</mount-name>
<username>****</username>
<password>****</password>
<max-listeners>1</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/stream2</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<intro>/example_intro.ogg</intro>
<hidden>1</hidden>
<no-yp>1</no-yp>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
|
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Dec 26, 2005 8:01 am Post subject: |
|
|
| Issue was resolved the code was commented....thank you |
|
| Back to top |
|
 |
|