IPv6
1. Configuration for listening
<Server>
...
<IP>*</IP>
<!-- Listening the bind ports on IPv6 interfaces -->
<IP>::</IP>
...
</Server>Example 1) IPv4 Only
<Server>
<Name>OvenMediaEngine</Name>
<Type>origin</Type>
<IP>*</IP>
<Bind>
<Providers>
<RTMP>
<Port>1935</Port>
</RTMP>
</Providers>
</Bind>
</Server>Example 2) IPv6 Only
Example 3) IPv4 + IPv6
2. Configuration for IceCandidates (for WebRTC)

3. Configuration for <Origin>
4. Configuration for <AdmissionWebhooks>
Last updated
Was this helpful?