Hi, I've got a running Icecast2 public server relaying a specific mountpoint from a remote Icecast2 server. I've got a listener limit on the config file for the relayed mountpoint on the public server but that doesn't seem to work. Is my config wrong? Is that not possible? Is my english too bad? Here is my config: <relay> <server>canalb.dyndns.org</server> <port>80</port> <mount>/pozzo</mount> <local-mount>/canalb</local-mount> <max-listeners>25</max-listeners> <fallback-mount>/ortf</fallback-mount> <relay-shoutcast-metadata>0</relay-shoutcast-metadata> </relay> <mount> <mount-name>/ortf</mount-name> <username>source</username> <password>abcd</password> <max-listeners>25</max-listeners> <fallback-mount>/canalb</fallback-mount> </mount> PeM
On Tue, 2004-09-21 at 15:31, Pierre-Emmanuel Muller wrote:> Hi, > > I've got a running Icecast2 public server relaying a specific > mountpoint from a remote Icecast2 server. > I've got a listener limit on the config file for the relayed mountpoint > on the public server but that doesn't seem to work. > Is my config wrong? Is that not possible? Is my english too bad?The max-listener tag belongs to <mount> not <relay>, so if you want to limit listeners on a relay then define a <mount> (with the max-listeners tag) for that <relay> karl.