-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTSP player is not working in flutter VLC from iOS 17.0 #482
Comments
Try disabling Local network permission or add multicast entitlement to resolve this issue. |
I have already tried this but not working |
@ShubhuSR Check your app and provisioning profile has the capable of multicast networking. To check this follow the below link |
same problem., work fine on Android but IOS not working |
The same happened to me. Not working on iOS 17. |
same problem., work fine on Android but IOS not working |
Me too, affer load the fist frames it stop play, but time in status bar still counting... |
I Fixed by link #444 (comment) |
In my case, even though I set RTSP TCP in IOS, the plugin sent it as UDP. extras : ['--rtsp-tcp'], Confirmed OK on iOS 17.4 |
same problem. |
any update ? |
Any updates? I enabled multicast on Apple and even so the player takes a while to bring the image, the image only comes quickly if the local network permission is disabled. |
The player slowdown issue was detected in versions 14.7 and 17.3. In versions 15.3, 15.4 and 15.6, the slowdown problem did not occur. Below you will find the logs collected from the different iOS versions. Logs_MobileVlcKit_iOS14.7-WithProblems.log |
creating player instance using shared library
flutter: PlayingState.initialized
this is showing under console but after that it will stuck and it continuously loading state
The text was updated successfully, but these errors were encountered: