Just an addendum: the error is natural and not critical. It just means that Kurento can't resolve mDNS candidates
(neither does libnice AFAIK). Nothing should break.
You don't need to disable anonymization if you're willing to handle and/or muffle those errors.
If you have a STUN server set up in your browser, things will work even with mDNS enforcement (since Kurento most
probably will get valid srflx candidates). Moreover, if you request gUM permission beforehand, Chrome will stop
generating mDNS candidates (as of now; heard some rumblings, though, about generating them even when the user has given
gUM permissions in the future). You can also drop candidates by passing a mDNS regex over them before calling addIceCandidate
(so you avoid the error).