[xiph-cvs] cvs commit: icecast/src format.c
Brendan
brendan at xiph.org
Wed Jul 2 18:36:06 PDT 2003
brendan 03/07/02 21:36:06
Modified: src format.c
Log:
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 :)
Revision Changes Path
1.21 +1 -0 icecast/src/format.c
Index: format.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -u -r1.20 -r1.21
--- format.c 15 Mar 2003 02:10:17 -0000 1.20
+++ format.c 3 Jul 2003 01:36:06 -0000 1.21
@@ -108,6 +108,7 @@ void format_send_general_headers(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,
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list