kakone / GoogleCast

Implementation of the Google Cast protocol (.NET Standard 2.0 library)
GNU General Public License v3.0
141 stars 22 forks source link

DeviceLocator not finding any casting devices #22

Open tincann opened 5 years ago

tincann commented 5 years ago

Hi Stéphane,

When calling the FindReceiversAsync() method, an empty list is returned.

My computer is connected to the same network as my ChromeCast and Google Home mini devices. I can see them if I try to cast from chrome, for example.

Could you give me advice on how to further debug this problem?

EDIT: When I try this on my laptop (which is on the WIFI) it doesn't work, but on my desktop (which is wired) it does find the devices.

Thanks, Morten

hieuvn commented 5 years ago

if uwp: you need to enable Capabilities for privateNetworks(Client &Server)

highwingers commented 3 years ago

did you find any solution? i am using WPF app, and sometimes FindReceiversAsync() returns no devices found for some of my clients.