Nimrodda / flutter_nsd

A Flutter plugin that enables Network Service Discovery (mDNS) on various platforms via their native APIs.
Apache License 2.0
34 stars 8 forks source link

startDiscoveryFailed every time #53

Open dgilperez opened 10 months ago

dgilperez commented 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:

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?

Nimrodda commented 10 months ago

did you try the example?