Denis Paschoalinoto
2005-Mar-22 19:23 UTC
[Icecast] Another person cannot hear my radio (yet)
Hi, Would you please help me? My radio is not working for external people. Here you are my "icecast.xml" file: -x- <icecast> <limits> <sources>2</sources> </limits> <authentication> <source-password>xxxxxxxx</source-password> <!-- Sorry, I hide it... --> <relay-password>xxxxxxxx</relay-password> <!-- Sorry, I hide it... --> <admin-user>admin</admin-user> <admin-password>xxxxxxxx</admin-password> <!-- Sorry, I hide it... --> </authentication> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> <hostname>201.1.83.111</hostname> <listen-socket> <port>8000</port> </listen-socket> <fileserve>1</fileserve> <paths> <logdir>./logs</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> </logging> </icecast> -x- Oddcast "Encoder password" and <source password> are the same. Thank you very much for your valuable help! Denis.
Denis Paschoalinoto wrote:> <limits> > <sources>2</sources> > </limits>I don't think this is your problem, but what happens here when there's no limit set for clients? Is there a default value? Or is there no limit? As for the problem at hand, the config looks fine to me. Are you behind a router of some sort and, if so, is port 8000 TCP forwarded to your machine? Geoff.
Denis Paschoalinoto
2005-Mar-23 08:12 UTC
[Icecast] Another person cannot hear my radio (yet)
> Denis Paschoalinoto wrote: > > > <limits> > > <sources>2</sources> > > </limits> > > I don't think this is your problem, but what happens here when there's no > limit set for clients? Is there a default value? Or is there no limit? > > As for the problem at hand, the config looks fine to me. Are you behind a > router of some sort and, if so, is port 8000 TCP forwarded to your machine? > > Geoff. >There?s only once client, and the intention is to keep it that. Would it be nice to decrease the <sources> parameter to "1", or even to throw <limits> away? There?s no router in here; it?s only a single machine with connection DSL. Thank you, Denis