flutter_vlc_player
flutter_vlc_player copied to clipboard
RTSP not working on iPhone with iOS 17
Hi,
i have this error :
Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0
when i launch video on my iPhone with RTSP, on simulator video is displayed and on my old iPhone 7 with iOS 15 video is displayed too...
in info.plist i have :
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>NSLocalNetworkUsageDescription</key> <string>Used to search for chromecast devices</string> <key>NSBonjourServices</key> <array> <string>_googlecast._tcp</string> </array>
Have you had any response to that?
None, I read that this bug could be linked to: com.apple.developer.networking.multicast I filled out the Apple form to be eligible, I'm waiting for a response from Apple and I don't know if it will correct my problem...
searching, I also came across that answer and I am also requesting this from Apple, thank you very much for the answer
I added the multicast networking entitlement and still have the problem
None, I read that this bug could be linked to: com.apple.developer.networking.multicast I filled out the Apple form to be eligible, I'm waiting for a response from Apple and I don't know if it will correct my problem...
have you got any solution?
None, I read that this bug could be linked to: com.apple.developer.networking.multicast I filled out the Apple form to be eligible, I'm waiting for a response from Apple and I don't know if it will correct my problem...
have you got any solution?
I switched to use media_kit. It works with rtsp without the need for network entitlement