antimof / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.36k stars 186 forks source link

Avahi Warning message when starting uxplay #5

Open coding-JEF opened 4 years ago

coding-JEF commented 4 years ago

I might look really stupid, but how do I start the server? Which command do I have to type in?

Thanks a lot!

Ok now I know that you can start it with ./uxplay

But then I get a warning message:

WARNING ** The program 'uxplay' uses the Apple Bonjour compatibility layer of Avahi. WARNING Please fix your application to use the native API of Avahi! WARNING *** For more information see http://0pointer.de/blog/projects/avahi-compat.html

What can I do to fix?!

aasivas commented 4 years ago

As far as I know, there is nothing you can do about it. Developers have to use that compatibility layer because Apple is Apple and they do what they do, but FOSS is FOSS and freedom does not like proprietary software. In short, that warning is okay.

fduncanh commented 3 years ago

you need AVAHI_COMPAT_NOWARN=1 in the enviroment . This automatic with the recent update to UxPlay #PR #58