Displaying 3 results from an estimated 3 matches for "therelaypasswordonx".
2004 Aug 06
3
example config for icecast2 relaying
Is anyone doing pull relaying under icecast2? I think I've got my
configuration file more or less correct but I wanted to check it against
someone else's working config. Would anyone be willing to post an
example here?
I have a machine labelled X in a local DMZ where audio is being fed in
directly. I am encoding this audio and then streaming it out. I have a
machine labelled Y that sits at
2004 Aug 06
0
example config for icecast2 relaying
...ould do this.
If you just want to completely mirror your internal server on the outside
one, you could do:
<master-server>X</master-server>
<master-server-port>8000</master-server-port>
<master-update-interval>120</master-update-interval>
<master-password>TheRelayPasswordOnX</master-password>
Or, if you want to do a per mount relay, something like this:
<relay>
<server>X</server>
<port>8000</port>
<mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<rela...
2004 Aug 06
1
example config for icecast2 relaying
...t to completely mirror your internal server on the outside
> one, you could do:
>
> <master-server>X</master-server>
> <master-server-port>8000</master-server-port>
> <master-update-interval>120</master-update-interval>
> <master-password>TheRelayPasswordOnX</master-password>
>
> Or, if you want to do a per mount relay, something like this:
>
> <relay>
> <server>X</server>
> <port>8000</port>
> <mount>/example.ogg</mount>
> <local-mount>/differen...