Skip to content
New issue

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

Allow MDNSDiscoveryParticipant to scan for multiple service types #4030

Open
morph166955 opened this issue Jan 10, 2024 · 0 comments
Open

Allow MDNSDiscoveryParticipant to scan for multiple service types #4030

morph166955 opened this issue Jan 10, 2024 · 0 comments
Labels
enhancement An enhancement or new feature of the Core

Comments

@morph166955
Copy link

Use case is AndroidTV. Currently I scan for GoogleTV and ShieldTV which have different mdns service types "_androidtvremote2._tcp.local." versus "_nv_shield_remote._tcp.local.". Unfortunately I have devices (e.g. the ShieldTV) which announce both. This is causing a duplicate entry in the inbox because representation-property only tracks based on the device type (e.g. androidtv:googletv versus androidtv:shieldtv). What I would like to do is consolidate my discovery to a single participant that can search for both and make an educated decision as to what single entry to add to the inbox based on what it gets back. From what I can tell, getServiceType() only accepts a single entry.

@morph166955 morph166955 added the enhancement An enhancement or new feature of the Core label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature of the Core
Projects
None yet
Development

No branches or pull requests

1 participant