Displaying 2 results from an estimated 2 matches for "347th".
Did you mean:
  340th
  
2005 Oct 05
3
icecast2 mountpoints maximum
...ng to icecast.
Everything works fine, as long as we keep the number of mountpoints 
below 347. As soon as we try to create more mountpoints, it stops, as 
in, it never returns a mountpoint.
in our application, we create a new mountpoint by doing:
shout = shout_new()
this never returns after the 347th stream, so our application waits 
indefinatly for icecast to return a mountpoint.
Our icecast2.xml reads as follows:
<icecast>
    <limits>
        <clients>3000</clients>
        <sources>3000</sources>
        <threadpool>30</threadpool>
        &l...
2005 Oct 05
0
icecast2 mountpoints maximum
...ng to icecast.
Everything works fine, as long as we keep the number of mountpoints 
below 347. As soon as we try to create more mountpoints, it stops, as 
in, it never returns a mountpoint.
in our application, we create a new mountpoint by doing:
shout = shout_new()
this never returns after the 347th stream, so our application waits 
indefinatly for icecast to return a mountpoint.
Our icecast2.xml reads as follows:
<icecast>
    <limits>
        <clients>3000</clients>
        <sources>3000</sources>
        <threadpool>30</threadpool>
        &l...