Skip to content
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

HLS (.m3u8) format video from file not playing on iOS devices #793

Open
amani27 opened this issue Oct 31, 2023 · 2 comments
Open

HLS (.m3u8) format video from file not playing on iOS devices #793

amani27 opened this issue Oct 31, 2023 · 2 comments

Comments

@amani27
Copy link

amani27 commented Oct 31, 2023

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?

@amani27 amani27 changed the title HLS (.m3u8) format video from file not playing on the iOS device HLS (.m3u8) format video from file not playing on iOS devices Oct 31, 2023
@sthakrishnakumar
Copy link

sthakrishnakumar commented Dec 21, 2023

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.

@diegotori
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants