You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_)_
The text was updated successfully, but these errors were encountered:
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_)_
The text was updated successfully, but these errors were encountered: