Open dgilperez opened 10 months ago
Hi!
I am playing with this as a replacement for flutter_mdns_plugin, followed docs and example, and I am getting an startDiscoveryFailed nsd everytime. I am specifically looking for chromecast devices with:
startDiscoveryFailed
await flutterNsd.discoverServices('_googlecast._tcp');
There is no other native log I can follow. This happens both on Android and iOS, both recent devices ...
Any idea?
did you try the example?
Hi!
I am playing with this as a replacement for flutter_mdns_plugin, followed docs and example, and I am getting an
startDiscoveryFailed
nsd everytime. I am specifically looking for chromecast devices with:There is no other native log I can follow. This happens both on Android and iOS, both recent devices ...
Any idea?