| View previous topic :: View next topic |
| Author |
Message |
ManuelW Guest
|
Posted: Fri Nov 11, 2005 4:27 pm Post subject: multiple source users |
|
|
Hi,
im looking for a way to setup more than one name/password for
source users. is it possible to do this ?
thx manu |
|
| Back to top |
|
 |
bbk

Joined: 15 Oct 2005 Posts: 79
|
Posted: Sat Nov 12, 2005 11:22 pm Post subject: |
|
|
hi
you have to edit your configure file named icecast.xml it is in [yourinstallpath]/conf/icecast.xml there you have to create a mountpoint for your source users which they have to put in their source client.
like this you can have multiple sources with different passwords, as far as i know it is not possible like it is for listeners to create a (kind of) database with more then one user for only one mountpoint.
more then one mountpoint is possible but only one source password for each. so you have to solve this with your web-application (website).
here is a example for a mount point in the configfile:
<mount>
<mount-name>/yourmountpoint</mount-name>
<username>source</username>
<password>yourpassword</password>
</mount>
yeah right ... see the next post. _________________ ::bbk::
http://audioasyl.net
Last edited by bbk on Sun Nov 13, 2005 6:15 am; edited 2 times in total |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Nov 13, 2005 1:35 am Post subject: |
|
|
The icecast configuration file is an xml file, the xslt files are for a different purpose. The rest is correct, you can have multiple mountpoints each with a single user/password. I suspect the next major update will have auth for sources working via the authenticator but that is not implemented yet.
karl. |
|
| Back to top |
|
 |
ManuelW Guest
|
Posted: Sun Nov 13, 2005 8:02 am Post subject: |
|
|
ok, thanks for answer.
so i will wait for the next version  |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Nov 13, 2005 2:46 pm Post subject: |
|
|
| Is there a Daten, when the next major update will be released ? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Nov 13, 2005 2:52 pm Post subject: |
|
|
no, it depends on what features get worked on (whether requested or not) and stabilised, and of course the time for development and testing.
karl. |
|
| Back to top |
|
 |
|