We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Stéphane,
When calling the FindReceiversAsync() method, an empty list is returned.
FindReceiversAsync()
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
The text was updated successfully, but these errors were encountered:
if uwp: you need to enable Capabilities for privateNetworks(Client &Server)
Sorry, something went wrong.
did you find any solution? i am using WPF app, and sometimes FindReceiversAsync() returns no devices found for some of my clients.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: