IPv6
1. 리스닝 설정
<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. IceCandidates 설정 (WebRTC용)

3. <Origin> 설정
<Origin> 설정4. <AdmissionWebhooks> 설정
<AdmissionWebhooks> 설정Last updated