juhovh / shairplay

Apple airplay and raop protocol server
Other
1.35k stars 228 forks source link

can't find airplay service on iPhone self #73

Open ghost opened 6 years ago

ghost commented 6 years ago

refer to your project, I create an airplay service on IOS11 successfully. But my iPhone can't find the service created by itself on control center.. while other iPhone devices can find it. My mac computer can find it too. it seems iPhone has blocked service created by itself.

refer to https://github.com/xindawndev/RecordMyScreen-iOS10 this project can find service on iPhone itself, but it's not free and opend. So i think it should be a way to find service on iPhone created by itself... Do you know if there is a way to make it?

Thank you very much~

juhovh commented 6 years ago

It is most likely related to either a) the IP address being listened to or b) the mDNS records being set. I don't have that RecordMyScreen app and haven't looked into how it's done, so I have no idea how it works.