Thanks for the answer. How can I do a "failback" for a relayed stream ? The idea is to set up a relay that can use for the same mountpoint two connection. Karl Heyes a ?crit :>On Mon, 2005-06-20 at 13:34, EISELE Pascal wrote: > > >>Hi, >> >>I'm trying the following settings but it seams that it's not working :( >>While I try to switch down the server a, the fallback is not used. >>The "/letsgozik-HiQ-backup" is working (localy). An idea ? >> >> > >... > > > >> <relay> >> <server>b</server> >> <port>xxxxxxx</port> >> <mount>/letsgozik</mount> >> <local-mount>/letsgozik-HiQ</local-mount> >> <fallback-mount>/letsgozik-HiQ-backup</fallback-mount> >> >> > >fallback-mount is a <mount> setting, adding this under <relay> does not >mean anything. > >karl > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050620/bd8a9fac/attachment.htm
On Mon, 2005-06-20 at 14:25, EISELE Pascal wrote:> Thanks for the answer. How can I do a "failback" for a relayed stream > ? The idea is to set up a relay that can use for the same mountpoint > two connection.from what I can understand about your setup, all that is needed is <mount> <mount-name>/letsgozik-HiQ</mount-name> <fallback-mount>/letsgozik-HiQ-backup<fallback-mount> <fallback-override>1</fallback-override> </mount> karl.
Thanks that fit my needs ;o) Karl Heyes a ?crit :>On Mon, 2005-06-20 at 14:25, EISELE Pascal wrote: > > >>Thanks for the answer. How can I do a "failback" for a relayed stream >>? The idea is to set up a relay that can use for the same mountpoint >>two connection. >> >> > >from what I can understand about your setup, all that is needed is > ><mount> > <mount-name>/letsgozik-HiQ</mount-name> > <fallback-mount>/letsgozik-HiQ-backup<fallback-mount> > <fallback-override>1</fallback-override> ></mount> > > >karl. > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050620/3eb7fe02/attachment.html