Displaying 3 results from an estimated 3 matches for "util_timed_wait_for_fd".
2004 Aug 06
1
why is there a timeout in _accept_connection (icecast/src/connection.c)
Hi all,
I was wondering why there is a timeout (100msec) in the
_acception_connection function (icecast/src/connection.c) where it calls
the util_timed_wait_for_fd.
To me this seems to incur unecessary load on the machine on which the
icecast server runs, since each time the timeout expires some more user
time is used up by the process.
In my particular setup I run an icecast server 24/7, but only have a source
(and clients) connected for a couple of hours...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello,
I work at SmarctJog.com, we have here some patches on IceCast for
performance and reliability, these are mostly client/connection/source
cleanups (a slave merge is underway, and some more good stuff (c)),
but we'd like this to be merged in before the list gets any longer.
Please find attached a list of our patches with a short desc:
This one is actually not from us/me, it was found
2010 Sep 24
1
Streaming ogg files with multiple audio
On 21/09/10 19:38, Karl Heyes wrote:
> On 21/09/10 16:01, Andres Gonzalez wrote:
>> Hello,
>>
>> I am having problems when trying to stream an ogg file with one video
>> track and two audio tracks (playeres cannot read de file from the
>> mountpoint). Is there anything in the way Icecast is designed that
>> disables it? If so, could you please give me some