Hi community,
We’ve created a new project from scratch just to isolate this issue. We added two video widgets:
MediaDisplayVideoPlayer
We tested both with these two video URLs:
https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4
Here’s what we found:
The video plays fine in the Web App and Test Mode.
But in the APK generated by FlutterFlow, the video does not display at all.
The audio plays normally, and the playback controls (seek bar, play/pause, etc.) also work — it's just the video that doesn’t appear.
We also tested other formats, resolutions, and codecs (including H.264 + AAC in MP4 container), and none of them worked in the APK.
This seems to be an issue with video rendering in the generated Android build.
Can you help us identify what might be going wrong, or if there’s something we need to enable/configure?
Thanks in advance.