| View previous topic :: View next topic |
| Author |
Message |
Punkley
Joined: 22 Jan 2010 Posts: 2
|
Posted: Fri Jan 22, 2010 12:34 am Post subject: Listen-port question |
|
|
Hi folks,
I've got stumped on something, I have a master -> slave setup
the slave servers query the master server on port 8000 which is blocked to the rest of the world.
I want to be able to have other clients connect to the master server using shoutcast dsp streams on other ports eg 8002 . the problem is I open a listen port and then everyone has access to the other relayed mount points.
Is there a way to make it so people connecting to listen ports other then 8000 only have access to their relevant shoutcast mount (for uploading) and nothing else?
Punkley |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jan 22, 2010 2:18 am Post subject: |
|
|
To enforce a limit such that you have one 1 mount accessible per port on one icecast. You would need to have either a large alias list to alias off the connections to mountpoints on ports you don't want to allow, or add url auth (listener_add) to those mounts to only allow listeners from certain ports ( ie 8000 or the port you have allocated to the requested mountpoint).
The notion of virtual hosting (like for web servers) doesn't yet exist in icecast (not within the same running instance). In theory it could be done but it's not a high priority.
karl. |
|
| Back to top |
|
 |
Punkley
Joined: 22 Jan 2010 Posts: 2
|
Posted: Fri Jan 22, 2010 2:25 am Post subject: |
|
|
| thanks Karl. that gives me a direction to look in. |
|
| Back to top |
|
 |
|