| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Jan 09, 2008 1:10 pm Post subject: help in configuring icecast2win32 |
|
|
Dear all!
I tried to configure ICECAST2win32. But I am not able to get the required output.
screen shot of my output
http://www.creativeconsulting.in/images/icecast.jpg
My config file as below
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>india2007</source-password>
<relay-password>india2007</relay-password>
<admin-user>admin</admin-user>
<admin-password>india2007</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>./</basedir>
<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>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jan 09, 2008 3:28 pm Post subject: |
|
|
I do like to be as helpful as I can be but picking out what the problem is here is rather difficult. Other than the fact that no clients have actually connected the server what else are you expecting? What problem is there to solve?
karl. |
|
| Back to top |
|
 |
|