search for: warn1

Displaying 5 results from an estimated 5 matches for "warn1".

Did you mean: warn
2004 Aug 06
2
improved error.log output --diff
...gged in, but there are too many sources, %s", mount, client->con->ip); global_unlock(); return 0; } @@ -442,7 +442,7 @@ if (contenttype != NULL) { format_type_t format = format_get_type(contenttype); if (format == FORMAT_ERROR) { - WARN1("Content-type \"%s\" not supported, dropping source", contenttype); + WARN1("Content-type \"%s\" not supported, dropping source, %s", contenttype, client->con->ip); thread_mutex_unlock(&(config_locks()->mounts_lock));...
2012 Sep 24
4
Overriding variables.
I am trying to override variables in a class that is defined in the default node profile. I want parent class to be included in every single node, but override its variables in others. I have tried it several different ways now, and every single time the variables either become unset (undefined) or are set to the value of the first if statement. Here is my current iteration of failure.
2018 Sep 25
1
How to troubleshoot admin auth values in url format http://admin:password@icecast.org:1234
...he browser automatically encode it behind the scenes before the network tranmission? 2. is there anyway to enable a more detailed logging level which would be able to echo the values submitted, to validate if they are being changed by the web browser during transmission? in same code file, I see WARN1("Base64 decode of Authorization header \"%s\" failed", header+6); In which log would this appear? access or error? Thank you. 3. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180924/c4c...
2004 Aug 06
0
[RFC] RTP support
...izeof(rtp_sin)) < 0 + || setsockopt(rtp_socket, IPPROTO_IP, IP_MULTICAST_TTL, + &config->rtp_ttl, sizeof(config->rtp_ttl)) < 0 + || setsockopt(rtp_socket, IPPROTO_IP, IP_MULTICAST_LOOP, + &on, sizeof(on)) < 0) { + WARN1("WARNING: RTP failed: %s", strerror(errno)); + close(rtp_socket); + rtp_socket = -1; + } else { + bzero(&rtp_buf,RTP_HDR_SIZE+RTP_MPEG_HDR_SIZE); + rtp_buf[0]=2<<6; /* V */ + rtp_buf[1]=14; /* MPEG 1 or 2 */ +...
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