[icecast-dev] shoutcast to icecast2 issues
Brendan Cully
brendan at xiph.org
Wed Jul 2 18:29:06 PDT 2003
On Wednesday, 02 July 2003 at 21:12, Brendan Cully wrote:
> On Wednesday, 02 July 2003 at 18:06, mark burdett wrote:
> > 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
>
> I've verified the problem when relay-shoutcast-metadata is set. Does
> turning it off solve your problems?
please try the attached patch and let us know the results.
Thanks,
-b
-------------- next part --------------
Index: format.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/format.c,v
retrieving revision 1.20
diff -u -p -r1.20 format.c
--- format.c 15 Mar 2003 02:10:17 -0000 1.20
+++ format.c 3 Jul 2003 01:28:25 -0000
@@ -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,
More information about the Icecast-dev
mailing list