RTP player can't receive stream data (UDP) while iOS upgrade to 16

upgrade iOS to 16 from 15/15.1/15.2/15.3/15.4/15.6

our app on some devices upgraded to iOS version over 16 RTP player can't receive RTP stream data from the server, but this situation is not observed on the iOS version below 16. This issue is probabilistic, not all devices get this issue.

Replies

If your server is on the local network, RTP streams are not processed anymore on iOS > 16, but the funny part is if your AppleID is a family AppleID, it works (at least if you handled the Bonjour-Service stuff in your info.plist correctly. Refer to [https://stackoverflow.com/questions/75450927/showing-rtp-video-streams-on-an-ipad-app-via-local-network-using-swift-works-wit]