| View previous topic :: View next topic |
| Author |
Message |
MCNet Guest
|
Posted: Tue Feb 07, 2006 11:54 am Post subject: error: Login failed |
|
|
ices part of config
| Code: |
| <Password>hackme</Password> |
icecast part of config
| Code: |
encoder_password hackme
admin_password hackme
oper_password hackme
|
WHY? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Feb 07, 2006 12:10 pm Post subject: |
|
|
It would be hard to make that question any more vague
why is the password 'hackme'?
why 3 different passwords?
why have I used 2 terms which don't actually come from an icecast2 xml file
karl. |
|
| Back to top |
|
 |
why_error Guest
|
Posted: Tue Feb 07, 2006 12:19 pm Post subject: |
|
|
Why "Error during send: Mount failed on http://192.0.0.1:8000/live, error: Login failed"?
Why Login failed? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Feb 07, 2006 12:28 pm Post subject: |
|
|
one possibility is that the tag in icecast.xml is actually called <source-password> as a global setting and <password> in the <mount>, not encoder_password. Another possibility is that a limit has been reached like <sources> or <clients>. Check the error log
karl. |
|
| Back to top |
|
 |
why_error Guest
|
|
| Back to top |
|
 |
why_error Guest
|
Posted: Tue Feb 07, 2006 12:49 pm Post subject: |
|
|
| Sorry, not all settings. Only hostname, *dir, *_url, and *_password |
|
| Back to top |
|
 |
why_error Guest
|
Posted: Tue Feb 07, 2006 1:39 pm Post subject: |
|
|
| Thanks for your help. I'm install icecast 2. All is working! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Feb 07, 2006 1:40 pm Post subject: |
|
|
That is not an icecast 2 configuration file, I'm guessing that you have a really old icecast version installed. Make sure you have the latest version as that is what we support. The software is on www.icecast.org.
karl. |
|
| Back to top |
|
 |
Wolf Guest
|
Posted: Mon Mar 06, 2006 5:58 pm Post subject: |
|
|
I got similar problem. But!
I'm tryin' to run three streams, but so far managed to run only two. I've changed setting in icecast.xml:
| Code: |
| <sources>5</sources> |
(But icecast admin page still shows: "clients: 2". Bug?)
Prepared three ices.conf files, which differs only in playlists and mount points. And, I am able to run only first two ices, no matter which ones (1st and 2nd, or 2nd and 3rd, or 1st and 3rd). Third one gives:
| Code: |
Error during send: Mount failed on http://127.0.0.1:8000/pointX, error: Login failed
|
Using icecast 2.3.1 and ices 0.2 both built from sources. |
|
| Back to top |
|
 |
Wolf Guest
|
Posted: Mon Mar 06, 2006 6:06 pm Post subject: |
|
|
oops, instead of:
| Code: |
| (But icecast admin page still shows: "clients: 2". Bug?) |
should be:
|
|
| Back to top |
|
 |
|