serezhka / java-airplay-server

Acts like Apple TV
MIT License
327 stars 47 forks source link

Server is not visible for Screen Mirroring. #2

Open mieszkozakrzewski opened 4 years ago

mieszkozakrzewski commented 4 years ago

I have added the lib to my project. Later on I have started AirPlayServer. There was no exception and server started. I've tried to find it with my iPhone via Screen Mirroring but the server is not discoverable, there aren't any "Apple TVs" available. Both iPhone and Android device are in the same Wifi network.

To integrate the lib I have used the code from README.

Do you have any idea what am I missing here?

Edit: After some debugging I'm getting such log error message: _No implementation found for int io.netty.channel.epoll.Native.offsetofEpollData() (tried Java_io_netty_channel_epoll_Native_offsetofEpollData and Java_io_netty_channel_epoll_Native_offsetofEpollData_)