karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

multiple masters-servers #236

Closed rcasunshare closed 3 years ago

rcasunshare commented 5 years ago

What is the configuration for multiple masters-servers in the XML file?

karlheyes commented 5 years ago

For multiple masters the syntax can be something like

<master>
    <port>9000</port>
    <host>
       <ip>....</ip>
    </host>
    <host>
       <ip>....</ip>
    </host>
    ...
</master> 
karlheyes commented 5 years ago

You can also use the host tags within a relay block.

karl.