| View previous topic :: View next topic |
| Author |
Message |
tdo
Joined: 07 Jul 2007 Posts: 10
|
Posted: Sat Jul 07, 2007 10:44 am Post subject: Limit Mountpoints? |
|
|
Hi!
I've set up an icecast server but i can stream to it on every mountpoint ?!
sample:
I've limited the mountpoint /stream.ogg with a max number of 5 listeners. Now the DJ just streams to /stream2.ogg and all the limits don't catch anymore (via oddcast) - max listeners shows unlimited....
Can i bind the dj on this one mountpoint (/stream.ogg) ? I don't want that the dj can make his own mountpoint without any limits?!
(so when the dj tries to connect to mountpoint /stream2.ogg an error occurs or anything else would be great)
Thanks for advice! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jul 07, 2007 12:56 pm Post subject: |
|
|
The DJ has to pass authentication to icecast before they can start streaming, if you give them a user/pass that is only specified for the <mount> of /stream.ogg then they won't be able to use any other mountpoint. Check the <username> and <password> settings <mount>
karl. |
|
| Back to top |
|
 |
tdo
Joined: 07 Jul 2007 Posts: 10
|
Posted: Sat Jul 07, 2007 1:03 pm Post subject: |
|
|
Oh, yeah! Thank you ! I don't know where to set the username in Oddcast (possible?) but the Password section helped. I just added '<password>PASS</password>' to the mountpoint and it works great! Thanks!  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jul 07, 2007 3:52 pm Post subject: |
|
|
some source clients assume a username of 'source' and don't allow you to override that but if that ever gets implemented then icecast will allow it.
karl. |
|
| Back to top |
|
 |
|