Reputation: 179
I can use mDNS feature by WebRTC by enabling -enable-webrtc-hide-local-ips-with-mdns
flag at Google Chrome. But after a long investigation, I could not find a clear way for mDNS usage by WebRTC at other browsers such as Firefox or Edge.
Is there such a way to use mDNS while using WebRTC apps on browsers?
Thanks
Upvotes: 2
Views: 5219
Reputation: 5204
For firefox go to configuration about:config
and set media.peerconnection.ice.obfuscate_host_addresses
to false
if this flag is true it will change local ip to uuid
Upvotes: 4
Reputation: 1241
Firefox is currently working on adding support for mDNS here https://bugzilla.mozilla.org/show_bug.cgi?id=1544770
Upvotes: 5