Karl Heyes
Karl Heyes
will have to go through what you have posted to see what there is, but to answer the queries above. A timeout is actually triggered by libcurl when no content...
Outside of any coding bugs. there are a few cases where requests are not pushed through, some of which are dependent on the request. The main one being an error...
I have uploaded kh21.3. I've gone through a few of the messages, reports handler and client messages. The key thing though is the separation timing on failure cases with different...
I've now attached a windows build (had to fix a naming thing). For setting the number of handlers to run in parallel, just add option name="handlers" value="10" inside the authentication...
in the above snippet, client 409 was being tried and triggered a disabling for probably 30 seconds which may be from a timeout on the listener remove url request. The...
The subsec thing is quite recent kh21, and in general not that useful for people but can be helpful in debug as sometimes you want something more fine grained than...
To clear up a few things you raised. . Clients number are allocated when needed, a simple incremental thing so gaps may be down to short lived clients like metadata...
icecast (libcurl part of it) expects the headers up to the blank line. Note that just because you do a header in the php, it does not mean it has...
the _connections stats are accumulative counts, the listeners* being for streaming clients. clients for web requests are different to those. admin metadata is used for metadata updates via the source...
the insane number is because it has become negative and translated to an unsigned number. I've not yet pinpoint a case to trigger this. Obviously the more info about the...