jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
917 stars 972 forks source link

Non drm videos are not playing in iPad but working fine in iPhone #1184

Open neeluagrawal04 opened 1 year ago

neeluagrawal04 commented 1 year ago

Playing non drm videos in iPad throwing exception as but the same video is playing fine in iPhone Unhandled Exception: PlatformException(VideoError, Failed to load video: The operation could not be completed, null, null)

Flutter doctor Please add flutter doctor output here. Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.7.7, on macOS 12.6.2 21G320 darwin-arm64, locale en-IN) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.3) [✓] Connected device (4 available) ! Doctor found issues in 1 category.

Better Player version

bishalg commented 1 year ago

@neeluagrawal04 : Can you specify the OS version of both iPad and iPhone you have tested on.