Issue with Playing .mp4 Videos in Flutter App IOS
Hello Support Team,
I am currently developing a Flutter application where I am using your service to host video files. While everything works perfectly with
When I upload and attempt to play an
Thank you for your support!
Best regards,
Mouad Zizi
I am currently developing a Flutter application where I am using your service to host video files. While everything works perfectly with
.MOV files, I am facing an issue with .MP4 files. When I upload and attempt to play an
.MP4 video, the app fails to load it and throws the following error: Details:
- The
.MP4video URL works perfectly when tested in a browser. .MOVvideos play without any issues in the app.- I am using the following Flutter packages for video playback:
<Specify the packages like video_player, pod_player, or chewie>
- The issue occurs only on iOS devices, while Android works fine.
- My videos are hosted at:
<Your domain, e.g., *.*.com>
.MP4 videos are being served or handled by iOS.Questions/Help Needed:
- Could this issue be related to the video format, server configuration, or how the
.MP4file is being streamed? - Do I need to add specific headers or modify the server configuration for
.MP4files to work on iOS? - Is there any recommended setup for serving
.MP4files optimized for iOS playback?
Thank you for your support!
Best regards,
Mouad Zizi