chewie
chewie copied to clipboard
HLS (.m3u8) format video from file not playing on iOS devices
I'm trying to play videos offline, and this works on Android but on iOS, even when run on real device it's showing the following error:
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Failed to load video: The operation couldn’t be completed. (CoreMediaErrorDomain error -12865.), null, null)
I'm wondering if there's anything we missed to make these files play?
Same issue with me too, it is playing smoothly in Android but not in iOS. Did you find any solution ?
flutter_vlc_player solves this issue but controls are not available.
@amani27 this issue is squarely at the feet of video_player, since chewie is merely a UI wrapper around that library.
Please raise an issue in the Flutter Github page.