webrtcbin: connecting with mdns enabled in Chrome blocks any subsequent Chrome connections with mdns disabled
Using this webrtc pipeline:
https://gitlab.freedesktop.org/boxerab/dynamic-webrtc-reproducer
Steps to reproduce:
- disable mdns in Chrome by disabling
anonymize local IPs
atchrome://flags/#enable-webrtc-hide-local-ips-with-mdns
- connect to
127.0.0.1:8000
- should see test signal - close tab
- enable mdns in Chrome by enabling
anonymize local IPs
atchrome://flags/#enable-webrtc-hide-local-ips-with-mdns
- connect to
127.0.0.1:8000
- no video will play - close tab and disable
anonymize local IPs
- connect to
127.0.0.1:8000
- no video will play
This may be related to libnice issue:
https://gitlab.freedesktop.org/libnice/libnice/issues/68
Edited by Aaron Boxer