I understand there are two types of relays in icecast2. The master relay which relays everything from a source and a point relay which relays a specific mount point from a source. I have a server which has 3 streams. I want to relay 2 of them. How can I do this? Can I define two relays and two mountpoints within the xml config file? Do i do this in the same relay tag: <relay> somehow define both here? </relay> or <relay1> . . . </relay1> and <relay2> . . . </relay2> Anyhelp you can give me would be much appreciated. If you have an example, that may work the best. Thanks for your time. Jose www.scansandiego.net P.S. Not sure if the replys will automatically go to my email address. My web access is flakey right now, so please be sure to reply to my email address and this group. (email: jdotero(at)ucsd.edu)
On Fri, 2004-12-10 at 00:47, Jose Otero wrote:> I understand there are two types of relays in icecast2. The master > relay which relays everything from a source and a point relay which > relays a specific mount point from a source.icecast can be configured as a slave so that it can relay all the streams on a master server.> I have a server which has 3 streams. I want to relay 2 of them. How > can I do this? > > Can I define two relays and two mountpoints within the xml config file?yes, strictly speaking there is no limit on the number of relays, but you do have a limit on the number of active sources.> <relay1> > . > . > . > </relay1> > > and > > <relay2> > . > . > . > </relay2> > > Anyhelp you can give me would be much appreciated. If you have an > example, that may work the best.just state the the 2 <relay> definitions separately, similar to what you have above. karl.
Hi, You can do what you said. Example : <relay> <server>xxxxxxx.letsgozik.com</server> <port>13103</port> <mount>/letsgozik</mount> <local-mount>/letsgozik-HiQ</local-mount> </relay> <relay> <server>xxxxxxx.letsgozik.com</server> <port>131455</port> <mount>/letsgozik-LowQ</mount> <local-mount>/letsgozik-LowQ</local-mount> </relay> Jose Otero a ?crit :> I understand there are two types of relays in icecast2. The master > relay which relays everything from a source and a point relay which > relays a specific mount point from a source. > > I have a server which has 3 streams. I want to relay 2 of them. How > can I do this? > > Can I define two relays and two mountpoints within the xml config file? > > Do i do this in the same relay tag: > <relay> > somehow define both here? > </relay> > > or > > <relay1> > . > . > . > </relay1> > > and > > <relay2> > . > . > . > </relay2> > > Anyhelp you can give me would be much appreciated. If you have an > example, that may work the best. > > Thanks for your time. > > Jose > www.scansandiego.net > > > P.S. Not sure if the replys will automatically go to my email > address. My web access is flakey right now, so please be sure to > reply to my email address and this group. (email: jdotero(at)ucsd.edu) > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >