flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

RTSP not working on iPhone with iOS 17

Open Spokplacenta opened this issue 1 year ago • 6 comments

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>

Spokplacenta avatar Feb 22 '24 10:02 Spokplacenta

Have you had any response to that?

Watss avatar Feb 26 '24 22:02 Watss

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...

Spokplacenta avatar Feb 26 '24 22:02 Spokplacenta

searching, I also came across that answer and I am also requesting this from Apple, thank you very much for the answer

Watss avatar Feb 27 '24 07:02 Watss

I added the multicast networking entitlement and still have the problem

MustafaGaber avatar Apr 05 '24 01:04 MustafaGaber

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?

pradip-android avatar Jun 12 '24 05:06 pradip-android

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

MustafaGaber avatar Jun 12 '24 07:06 MustafaGaber