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

Android TV with android 10 not showing in device list to pair #40

Open
agmv opened this issue Oct 12, 2022 · 2 comments
Open

Android TV with android 10 not showing in device list to pair #40

agmv opened this issue Oct 12, 2022 · 2 comments

Comments

@agmv
Copy link

agmv commented Oct 12, 2022

I have a Xiaomi Mi Box S with Android 9 that shows up in the device list and pairs successfully but I have another Box (from my carrier) that has Android 10 and doesn't show up.

@agmv
Copy link
Author

agmv commented Oct 13, 2022

So I did a bit more testing with bonjour and it seems some boxes broadcast as androidtvremote and others as androidtvremote2.
Perhaps you can change the code to something like...

listen(){
        bonjour().find({
        }, async (service) => {
            if (service.type.match(/androidtvremote.*/)) {

@lirbar
Copy link

lirbar commented Nov 29, 2023

@louis49 do you have time to look into this ?
P.S. if you can please add instructions to build from source we can help test fixes/improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants