From 205d225b73d803f5e70ca8da95add3f7cfad1126 Mon Sep 17 00:00:00 2001 From: brendan Date: Thu, 3 Jul 2003 01:36:06 +0000 Subject: [PATCH] When relaying MP3 we reported the source metainterval as well as our own, causing stuttering in some clients. Thank goodness icecast uses an odd metainterval, or this bug would never have been discoverd :) svn path=/trunk/icecast/; revision=5044 --- src/format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/format.c b/src/format.c index e62c93e9..bab5df17 100644 --- a/src/format.c +++ b/src/format.c @@ -108,6 +108,7 @@ void format_send_general_headers(format_plugin_t *format, while (node) { var = (http_var_t *)node->key; if (strcasecmp(var->name, "ice-password") && + strcasecmp(var->name, "icy-metaint") && (!strncasecmp("ice-", var->name, 4) || !strncasecmp("icy-", var->name, 4))) { bytes = sock_write(client->con->sock,