TLS Encryption
<Bind>
<!-- For API Server -->
<Managers>
<API>
<Port>8081</Port>
<TLSPort>8082</TLSPort>
<WorkerCount>1</WorkerCount>
</API>
</Managers>
<!-- For Providers -->
<Providers>
<WebRTC>
<Signalling>
<Port>3333</Port>
<TLSPort>3334</TLSPort>
<WorkerCount>1</WorkerCount>
</Signalling>
...
</WebRTC>
</Providers>
<!- For Publishers -->
<Publishers>
<LLHLS>
<Port>80</Port>
<TLSPort>443</TLSPort>
</LLHLS>
<WebRTC>
<Signalling>
<Port>3333</Port>
<TLSPort>3334</TLSPort>
</Signalling>
...
</WebRTC>
</Publishers>
</Bind>Was this helpful?