search for: format_send_general_headers

Displaying 3 results from an estimated 3 matches for "format_send_general_headers".

2004 Aug 06
2
icecast 2 compatibility with older clients
...vsroot/icecast/src/format.c,v retrieving revision 1.20 diff -u -p -r1.20 format.c --- src/format.c 15 Mar 2003 02:10:17 -0000 1.20 +++ src/format.c 2 Jul 2003 23:17:53 -0000 @@ -1,3 +1,4 @@ +/* -*- c-basic-offset: 4; -*- */ /* format.c ** ** format plugin implementation @@ -101,7 +102,11 @@ void format_send_general_headers(format_ http_var_t *var; avl_node *node; int bytes; + char *client_is_icy; + /* if the client uses icy headers, we'll respond in kind */ + client_is_icy = httpp_getvar(client->parser, "icy-metadata"); + /* iterate through source http headers and s...
2004 Aug 06
0
icecast 2 compatibility with older clients
...vsroot/icecast/src/format.c,v retrieving revision 1.20 diff -u -p -r1.20 format.c --- src/format.c 15 Mar 2003 02:10:17 -0000 1.20 +++ src/format.c 2 Jul 2003 23:45:51 -0000 @@ -1,3 +1,4 @@ +/* -*- c-basic-offset: 4; -*- */ /* format.c ** ** format plugin implementation @@ -109,8 +110,12 @@ void format_send_general_headers(format_ var = (http_var_t *)node->key; if (strcasecmp(var->name, "ice-password") && (!strncasecmp("ice-", var->name, 4) || - !strncasecmp("icy-", var->name, 4))) { - bytes = sock_write(...
2004 Aug 06
5
shoutcast to icecast2 issues
relaying a shoutcast stream via icecast2 is pretty much unlistenable -- it constantly stutters. for example, shoutcast relay -- http://205.188.234.1:8030/listen.pls icecast2 relay -- http://liveradio.indymedia.org:8001/sf-hifi.mp3.m3u --mark --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a