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

Fix scanning from specific network interface/ip address #31

Closed bartdevriendt closed 3 years ago

bartdevriendt commented 3 years ago

Closes #26

I added a new method to the DeviceLocator interface to be able to scan on a specific network interface. This fixes the fact that sometimes GoogleCast devices cannot be found.

kakone commented 3 years ago

Thanks for the PR. I'm going to do a new version.