Displaying 2 results from an estimated 2 matches for "32secs".
Did you mean:
2secs
2005 Feb 09
2
relation between burst- and queue-size with low bitrate streams
...ck for a 16kpbs client goes down from 50 sec
(102400[queue-size] / 16kbps = 50 sec) to 18 seconds ( (102400 -
65536[burst-size]) / 16kpbs = 18 sec).
I'm experiencing quite a few of the following lines in the DEBUG logging. It
could be that the clients are really running too slowly, but chewing 32secs
of the slack probably woudn't help either.
Background info
===============
I'm running an icecast-2.1 mp3 streaming server where a few hundred
listeners connect to a few tens of streams at 16 and 24 kbit/s bitrate.
Listeners connect using a device which is dialing in using a 56kbps analog...
2005 Feb 09
0
relation between burst- and queue-size with low bitrate streams
...es down from 50 sec
> (102400[queue-size] / 16kbps = 50 sec) to 18 seconds ( (102400 -
> 65536[burst-size]) / 16kpbs = 18 sec).
>
> I'm experiencing quite a few of the following lines in the DEBUG logging. It
> could be that the clients are really running too slowly, but chewing 32secs
> of the slack probably woudn't help either.
The minimum length of the queue is burst-size, and stays around whether
listening clients are connected or not. queue-size is the maximum amount
that will be stored in the queue. It's the same queue, just imposed
limits on it.
Usually burst-...