devgianlu

Results 104 comments of devgianlu

First part should be relatively easy: just need to make a mDNS probe and get the results. For the second one we need to craft the zeroconf blob which ultimately...

Yep, I know. The CI is also failing, there's something wrong with the CI on zeroconf-java because I had to switch away from Travis and it broke. Hadn't time to...

You should get the list of devices in the response body.

I think the problem goes back to zeroconf-java not being able to discover your librespot-java client.

Turns out there was a bug in `zeroconf-java`. Should be fixed now.

After more bug fixing it should be finally good.

What do you see if you run `dns-sd -B _spotify-connect local`?

@benturnberg I just need to find the time to debug zeroconf-java with a Spotify Connect enabled device (likely my TV).

Turns out there was a bug in the code I hadn't written myself. It was working with zeroconf-java only because the packet creation is unoptimized while official clients are. I...