| View previous topic :: View next topic |
| Author |
Message |
comedown
Joined: 17 Oct 2008 Posts: 18
|
Posted: Fri Oct 17, 2008 7:51 pm Post subject: Icecast2 + EdCast on Win32 Doesnt' Work |
|
|
Hi Forum,
i've a problem with Icecast2 on Windows.
First of all, my config.xml files is something like:
| Quote: |
<icecast>
<limits>
<clients>20</clients>
<sources>5</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>secret1</source-password>
<relay-password>secret2</relay-password>
<admin-user>admin</admin-user>
<admin-password>secret3</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/mount.ogg</mount-name>
<max-listeners>3</max-listeners>
<hidden>1</hidden>
<no-yp>1</no-yp>
<username>mountogg</username>
<password>mountoggpwd</password>
</mount>
<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 -->
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast> |
So, if i set edcast on winamp to connect to the mountpoint with the specific password it can't connect to the server.
In the error logs i can see this line:
[2008-10-17 21:43:08] INFO connection/connection.c Source (/mount.ogg) attempted to login with invalid or missing password
I can't find the error. The only strange thing i can see is that in the edcast configuration it doesn't ask me for the username (the one that 've set in the config.xml file). Of course i can login whit the source password, but this isn't what i want.
How can i solve this problem?
Thanks
Giorgio |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Oct 17, 2008 7:53 pm Post subject: |
|
|
If the source client does not allow for the username to be changed then you'll have to stick with the "source" username
karl. |
|
| Back to top |
|
 |
comedown
Joined: 17 Oct 2008 Posts: 18
|
Posted: Fri Oct 17, 2008 7:57 pm Post subject: |
|
|
Thankyou KarlH.
Now it works perfectly .
Giorgio |
|
| Back to top |
|
 |
|