MustafaGaber
MustafaGaber
Same issue. Many other packages depend on intl: ^0.18.0
I've already added the network multicast entitlement. The app worked fine for a long time. After the latest ios update, rtsp streams are no longer working for iOS.
> Is this problem only on ios? or also on Android? I have something similar but only on ios. I have this problem only in ios. Could you solve it...
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...
After three weeks of searching, this problem was solved by adding ":rtsp-tcp" option like this: rtp: VlcRtpOptions([ VlcRtpOptions.rtpOverRtsp(true), ":rtsp-tcp", ]),
> @MustafaGaber @thoranitnoy Did you happen to be able to solve this problem for iOS 17+? I added the multicast right, but I still have the problem... I couldn't solve...
I added multicast entitlement and still have the problem
> @MustafaGaber Did you happen to solve the problem? I switched to Media Kit, it works with rtsp without the need for network entitlement
Same happens with me. App crashes when a user clicks back button while the app is playing rtsp stream. This crashes happens only in certain devices (most of them are...