kakone / GoogleCast

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

Sample app is not displaying the chromcast device #43

Open nithinbandaru1 opened 1 year ago

nithinbandaru1 commented 1 year ago

Hi,

Is the sample app broker or does it need any additional configuration that need to be added?

I can see the device in chrome browser but not in sample app as shown in below images.

Sample Application image

Chrome Browser image

Rainson12 commented 1 year ago

I am having the same issue

Rainson12 commented 1 year ago

i found out that this is due to mdns not working on our network. Hence the client will not receive any response when sending out the broadcast question. This issue was due to our wifi access point disabling mdns requests and different vlans as the broadcasts are not distributed between vlans.