Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeRDark
<loadbalancer mode="FEWESTCALLS" randomize="false">
    <node id="1">
        <ip>192.168.1.11</ip>
    </node>
    <node id="2">
        <ip>192.168.1.12</ip>
    </node>
</loadbalancer>


Пример 2: Настройка статической CDN для ретрансляции потока:

Code Block
languagejsxml
themeRDark
<loadbalancer mode="roundrobin" stream_distribution="webrtc">
    <node id="1">
        <ip>edge1.mydomain.com</ip>
        <wss>443</wss>
    </node>
    <node id="2">
        <ip>edge2.mydomain.com</ip>
        <wss>443</wss>
    </node>
</loadbalancer>


Описание параметров

...