Thomas Ruecker
c84f0250e3
CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200"
...
Icecast versions 1.3.0 through 1.3.12 would reply with "ICY 200"
under certain conditions:
client_wants_icy_headers (connection_t *con)
{
const char *val;
if (!con)
return 1;
val = get_user_agent (con);
if (!val || !val[0] || strcmp (val, "(null)") == 0)
return 1;
if (con->food.client->use_icy)
return 1;
if (strncasecmp (val, "winamp", 6) == 0)
return 1;
if (strncasecmp (val, "Shoutcast", 9) == 0)
return 1;
return 0;
}
So mainly if there is no 'user agent' or it is '(null)' or contains
'winamp' or 'Shoutcast'.
No mainstream distribution carries Icecast 1.3.x anymore, after all
it was released in 2002 and superseded by Icecast 2.x.
2015-03-31 23:53:56 +02:00
..
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2015-03-02 08:38:43 +01:00
2015-03-02 08:38:43 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-11-04 10:37:09 +01:00
2014-10-29 22:38:39 +01:00
2014-06-20 00:58:18 +02:00
2014-07-03 22:44:45 +02:00
2014-06-18 00:30:02 +02:00
2014-06-18 11:45:22 +02:00
2014-06-19 00:03:17 +02:00
2015-02-03 08:41:25 +01:00
2015-03-10 15:03:54 +01:00
2015-03-20 19:03:53 +01:00
2014-07-19 21:27:38 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 00:58:18 +02:00
2014-06-17 11:39:26 +02:00
2014-06-17 11:39:26 +02:00
2014-10-31 13:14:14 +00:00
2015-03-16 23:51:22 +01:00
2015-03-16 23:51:22 +01:00
2014-06-19 17:59:13 +02:00
2014-06-19 17:59:13 +02:00
2014-06-19 17:59:13 +02:00
2015-03-17 08:03:46 +01:00
2014-06-18 00:30:02 +02:00
2014-09-18 22:58:12 +02:00
2014-09-25 16:28:17 +02:00
2014-06-19 00:03:17 +02:00
2014-10-21 08:58:24 +02:00
2014-11-26 23:32:38 +00:00
2014-06-20 23:43:46 +02:00
2014-10-30 12:42:06 +00:00
2014-06-19 00:03:17 +02:00
2014-10-21 10:26:40 +02:00
2014-10-30 12:42:05 +00:00
2014-06-18 14:40:26 +02:00
2014-06-20 23:43:46 +02:00
2014-06-21 00:04:13 +02:00
2014-06-20 23:43:46 +02:00
2014-06-20 23:43:46 +02:00
2014-06-18 14:40:26 +02:00
2014-06-18 23:28:13 +02:00
2014-10-21 10:26:40 +02:00
2014-06-20 01:10:34 +02:00
2014-06-18 00:30:02 +02:00
2014-06-18 13:18:58 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 01:10:34 +02:00
2014-10-21 08:58:24 +02:00
2014-06-18 13:18:58 +02:00
2014-06-18 13:18:58 +02:00
2014-06-19 13:53:13 +02:00
2014-06-20 23:43:46 +02:00
2014-06-20 23:43:46 +02:00
2014-06-19 13:53:13 +02:00
2014-06-19 13:53:13 +02:00
2014-06-19 13:53:13 +02:00
2014-06-19 17:59:13 +02:00
2014-06-19 13:53:13 +02:00
2014-06-18 14:40:26 +02:00
2014-06-20 00:58:18 +02:00
2014-06-18 23:28:13 +02:00
2014-07-30 23:37:24 +02:00
2014-10-31 12:48:48 +00:00
2015-03-17 08:57:31 +01:00
2014-06-18 00:30:02 +02:00
2015-03-17 08:57:31 +01:00
2014-07-31 17:52:08 +02:00
2015-03-31 23:53:56 +02:00
2014-10-29 22:38:39 +01:00
2014-06-19 17:59:13 +02:00
2015-02-02 13:17:20 +01:00
2014-08-09 00:08:51 +01:00
2014-10-21 08:58:24 +02:00
2015-03-24 21:48:02 +01:00
2014-10-21 08:58:24 +02:00
2014-06-18 13:18:58 +02:00
2015-03-17 08:03:46 +01:00
2015-03-17 08:03:46 +01:00
2015-03-17 08:03:46 +01:00
2014-06-18 23:28:13 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 00:58:18 +02:00
2014-06-17 09:54:58 +02:00
2014-07-30 23:37:24 +02:00
2014-06-19 13:53:13 +02:00
2014-07-02 21:40:39 +02:00
2014-06-18 23:28:13 +02:00
2014-06-18 23:28:13 +02:00
2014-06-19 13:53:13 +02:00
2014-06-19 13:53:13 +02:00
2014-06-20 23:43:46 +02:00
2014-06-18 11:54:42 +02:00
2014-06-18 00:30:02 +02:00
2014-11-02 11:03:09 +00:00
2014-11-02 11:03:09 +00:00
2014-11-02 11:03:09 +00:00
2014-06-19 17:59:13 +02:00
2014-06-19 17:59:13 +02:00
2014-11-02 11:03:04 +00:00
2014-06-19 13:53:13 +02:00
2014-06-19 13:53:13 +02:00
2014-10-21 08:58:24 +02:00
2014-06-19 13:53:13 +02:00
2014-06-18 00:30:02 +02:00
2014-06-20 23:31:06 +02:00
2014-06-19 17:59:13 +02:00
2014-10-21 08:58:24 +02:00
2014-06-24 00:00:34 +02:00
2014-06-19 17:59:13 +02:00
2014-06-24 00:00:34 +02:00
2014-06-17 11:39:26 +02:00
2014-07-02 21:40:39 +02:00
2014-06-19 17:59:13 +02:00
2015-03-24 21:46:07 +01:00
2014-11-24 19:30:09 +01:00
2014-06-17 18:04:40 +02:00
2014-06-18 00:30:02 +02:00
2014-11-20 10:27:09 +01:00
2014-10-21 08:58:24 +02:00
2014-10-21 08:58:24 +02:00
2014-06-18 00:30:02 +02:00
2014-10-21 08:58:24 +02:00
2014-06-18 14:40:26 +02:00
2015-03-16 23:56:11 +01:00
2014-06-17 11:39:26 +02:00
2014-06-17 11:39:26 +02:00
2014-11-30 21:53:30 +00:00
2014-06-20 23:43:46 +02:00
2014-06-18 23:28:13 +02:00
2014-06-20 23:43:46 +02:00
2014-06-20 01:10:34 +02:00
2014-10-31 22:22:19 +00:00
2014-06-18 13:18:58 +02:00
2014-06-20 01:10:34 +02:00
2014-11-02 11:03:06 +00:00
2014-11-02 11:03:06 +00:00
2014-07-30 23:37:24 +02:00
2014-06-18 00:30:02 +02:00
2014-06-18 23:28:13 +02:00
2014-10-21 13:40:38 +02:00
2015-03-17 08:03:46 +01:00
2015-03-17 08:57:31 +01:00
2014-11-30 21:53:30 +00:00
2015-03-17 08:03:46 +01:00
2014-10-23 14:34:41 +02:00
2014-10-21 13:40:38 +02:00
2014-10-21 13:40:38 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 23:31:06 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 00:58:18 +02:00
2014-06-20 00:58:18 +02:00
2014-11-02 11:03:11 +00:00
2014-06-17 09:54:58 +02:00
2015-01-29 22:34:21 +01:00
2014-06-19 00:03:17 +02:00
2014-06-17 11:39:26 +02:00
2014-07-02 21:40:39 +02:00
2014-06-19 17:59:13 +02:00
2014-06-20 23:43:46 +02:00
2014-06-20 23:31:06 +02:00
2014-06-20 01:10:34 +02:00
2014-07-30 23:37:24 +02:00
2014-06-19 17:59:13 +02:00
2014-06-19 17:59:13 +02:00
2014-06-20 23:43:46 +02:00
2014-06-20 23:43:46 +02:00
2014-06-18 23:28:13 +02:00
2015-03-28 16:41:51 +01:00
2015-03-28 16:41:51 +01:00
2014-06-21 20:03:35 +02:00
2014-06-21 20:03:35 +02:00
2015-03-21 12:22:56 -05:00
2014-06-20 00:58:18 +02:00
2014-06-19 17:59:13 +02:00
2015-03-17 08:03:46 +01:00
2015-03-17 08:03:46 +01:00
2015-01-22 23:25:23 +01:00
2014-06-18 23:28:13 +02:00
2014-06-18 23:28:13 +02:00
2014-06-18 23:28:13 +02:00
2014-06-18 23:28:13 +02:00
2014-06-18 23:28:13 +02:00
2014-06-18 23:28:13 +02:00
2014-10-24 13:41:56 +02:00
2015-03-16 23:40:52 +01:00
2015-03-17 08:03:46 +01:00
2015-03-17 08:03:46 +01:00
2015-03-17 08:03:46 +01:00
2014-06-19 13:53:13 +02:00
2014-06-18 13:18:58 +02:00
2014-06-19 17:59:13 +02:00
2014-06-18 00:30:02 +02:00
2015-03-16 23:51:22 +01:00
2015-03-16 23:51:22 +01:00
2014-06-18 00:30:02 +02:00
2014-11-02 11:03:06 +00:00
2014-06-20 00:58:18 +02:00
2014-11-02 11:03:06 +00:00
2014-06-20 00:58:18 +02:00
2014-06-18 11:45:22 +02:00
2014-12-26 21:42:44 +00:00
2014-06-19 08:40:51 +02:00
2014-10-21 13:40:38 +02:00
2015-03-20 13:49:45 +01:00
2014-10-21 13:40:38 +02:00
2015-03-16 23:41:45 +01:00
2014-10-31 22:22:19 +00:00
2014-10-31 22:22:19 +00:00
2014-10-21 13:40:38 +02:00
2014-06-24 00:00:34 +02:00
2015-03-17 08:57:31 +01:00
2014-06-17 00:02:22 +02:00
2014-06-17 16:48:16 +02:00
2014-06-17 16:48:16 +02:00
2014-11-02 11:03:13 +00:00
2015-03-24 10:31:58 +01:00
2014-06-17 11:38:51 +02:00