Date: Sun, 31 Aug 2003 20:06:48 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/shout Makefile ports/audio/shout/files patch-shout.c Message-ID: <200309010306.h8136mcd006910@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/08/31 20:06:48 PDT
FreeBSD ports repository
Modified files:
audio/shout Makefile
Added files:
audio/shout/files patch-shout.c
Log:
Bug in audio/shout when using with SHOUTcast Server 1.9.2
Shout is streaming client for icecast and shoutcast streaming
servers. It works well with SHOUTcast Server Version
1.9.2/FreeBSD4 (with -i key (Use old icy headers)),But if
you try to enable title streaming (-t key) (without it
clients don't see what song is playing). There are two
problems why it doesn't work:
1. By default shoutcast expects source stremer connection
on 8001 port, and listeners on 8000 port. (steamer port is
listener_port+1). Shout streams mp3 music on port 8001 (from
config file or command line), but title streaming is done
on listener port through web admin interface.
(http://server:port//admin.cgi?pass=password&;mode=updinfo&song=Song
Title) Without patch shout tries to update info on streamer,
and not listener port and this doesn't work. I attached
patch which reduces port number by one, which is right
(listener) port number.
2. With this fix shout connects to right port, but still
doesn't update song title. From shoutcast documentation
I've found that now shoutcast accepts update post (see
above) only with useragent Mozilla ant shout gives useragent
Shout/0.8.0.
Informed maintainer
PR: ports/48771
Submitted by: Justas Gurinavicius <raktas@raktas.net>
Revision Changes Path
1.3 +1 -0 ports/audio/shout/Makefile
1.1 +20 -0 ports/audio/shout/files/patch-shout.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309010306.h8136mcd006910>
