| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Apr 25, 2007 2:43 pm Post subject: multiple sources with multiple mountpoints |
|
|
Hello, I donīt understand how to configure the file icecast.xml to have multiple sources with a determinated mountpoint, port, max clients bitrate, password, etc.
For example I want to have
client1: port 8001 domain pepe.com mountpoint /pepe.mp3 pass xx clients 10 .....
client2: port 8002 domain jaja.com mountpoint /jaja.mp3 pass zz clients 5 .....
Thanks. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Apr 25, 2007 3:04 pm Post subject: |
|
|
You configure one source client with a mountpoint of /pepe.mp3 and password xx and the other source client with a mountpoint of /jaja.mp3 password zz. In icecast you define 2 <mounts>, one for /pepe.mp3 and provide the password and max-listeners of 10 and a <mount> of /jaja.mp3, withe pass zz and max-listeners 5
You can seperate the ports but there's no need. Nothing complicated there.
karl. |
|
| Back to top |
|
 |
|