Reply To: firefly and FrontRow (video related)

#12065
rpedde
Participant

@wonko wrote:

hmmm, I rebuilt it non-optimized (no -fast) and with -g so I could debug the crash, and now it doesn’t crash.

Figures. 😉

It still spews these every second, is there a way to squash these?

2007-08-12 21:16:29 (00000001): mDNS_Execute: SendQueries didn’t send all its queries; will try again in one second
2007-08-12 21:16:29 (00000001): mDNS_Execute: SendQueries didn’t send all its probes; will try again in one second
2007-08-12 21:16:29 (00000001): mDNS_Execute: SendResponses didn’t send all its responses; will try again in one second

-brian

You can tune down the logging of it in mdns/whatever.c. Haven’t seen that before, though.

wrt avahi, it’s probably worth it to get it going, or else use apple’s full mdns responder, and hack the configure.in to use rend-win32.c as a rendezvous client (that’s really a dns_sd.h client). Otherwise you can’t use any other mdns applications, as they will step on each other.

— Ron