Chrome:WebRTC
Flags
- Temporarily unexpire M85 flags.
- Temporarily unexpire flags that expired as of M85. These flags will be removed soon. – Mac, Windows, Linux, Chrome OS, Android
-
#temporary-unexpire-flags-m85
- Anonymize local IPs exposed by WebRTC.
- Conceal local IP addresses with mDNS hostnames. – Mac, Windows, Linux, Chrome OS
-
#enable-webrtc-hide-local-ips-with-mdns
localhost ICE
로컬 IP 주소가 mDNS 호스트 이름으로 숨겨지는 옵션을 중지해야 한다. 로컬 IP를 WebRTC ICE 후보에 노출하면 된다.
크롬 버전이 높다면 (아마도 m85
이상?) chrome://flags/#temporary-unexpire-flags-m85
플래그를 Enable
로 수정한 후 Relaunch
해야 한다.
그리고 chrome://flags/#enable-webrtc-hide-local-ips-with-mdns
플래그를 Disable
로 수정해야 한다.
Session Traversal Utilities for NAT#stun:localhost is not connect 항목 참조.
See also
Favorite site
- Some clients cannot get their IP after updating Chrome
- how to disable
enable-webrtc-hide-local-ips-with-mdns
flag - Workarounds for slow video loading on Chrome
- Disable MDNS in Chrome via Chrome policies on the commandline
- Stackoverflow - Want to test turn server - With puppeteer and [https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/)