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

Video player issue #5493

Open
1 of 2 tasks
nlachkar opened this issue Feb 28, 2025 · 1 comment
Open
1 of 2 tasks

Video player issue #5493

nlachkar opened this issue Feb 28, 2025 · 1 comment
Assignees
Labels
status: not a bug This is not a bug.

Comments

@nlachkar
Copy link

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

Hello,

I’m working on a fairly simple application that redirects to a descriptive page of a song when clicking on video clip previews. On the main page, I first display the featured clip, which should loop continuously—a 20-second MP4 extract uploaded as an asset, without sound. It is placed inside a Container, which is inside a Stack, itself inside a Column. Below, there is a PageView displaying previous clips.

However, I’ve been struggling with a major issue for several weeks now. I want the clips to loop seamlessly like GIFs, without any bugs, as the app’s purpose is purely aesthetic. But I have two problems:
1️⃣ If the top clip is playing, the ones in the PageView do not play, and vice versa.
2️⃣ When swiping through the PageView, the clips take about a second to load, whereas I want all the clips to be preloaded when the app starts and play continuously.

I tried hosting the clips on Firebase, but that didn’t change anything.
Even worse, on the iOS simulator, the videos don’t even start—they only work when emulating on a real iPhone.

I’m a beginner in Flutter, so maybe I need to use a specific widget for the video “buttons,” or place the videos inside a particular container to prevent these bugs.

Thanks a lot! I’m attaching the page structure and VideoPlayer parameters to help you better understand the issue.

Expected Behavior

Image
Image

Steps to Reproduce

Image
Image

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

??

Visual documentation

I’m working on a fairly simple application that redirects to a descriptive page of a song when clicking on video clip previews. On the main page, I first display the featured clip, which should loop continuously—a 20-second MP4 extract uploaded as an asset, without sound. It is placed inside a Container, which is inside a Stack, itself inside a Column. Below, there is a PageView displaying previous clips.

However, I’ve been struggling with a major issue for several weeks now. I want the clips to loop seamlessly like GIFs, without any bugs, as the app’s purpose is purely aesthetic. But I have two problems:
1️⃣ If the top clip is playing, the ones in the PageView do not play, and vice versa.
2️⃣ When swiping through the PageView, the clips take about a second to load, whereas I want all the clips to be preloaded when the app starts and play continuously.

I tried hosting the clips on Firebase, but that didn’t change anything.
Even worse, on the iOS simulator, the videos don’t even start—they only work when emulating on a real iPhone.

I’m a beginner in Flutter, so maybe I need to use a specific widget for the video “buttons,” or place the videos inside a particular container to prevent these bugs.

Thanks a lot! I’m attaching the page structure and VideoPlayer parameters to help you better understand the issue.

Environment

- FlutterFlow version: 
- Platform:
- Browser name and version:
- Operating system and version affected:

Additional Information

No response

@nlachkar nlachkar added the status: needs triage A potential issue that has not been confirmed as a bug. label Feb 28, 2025
Copy link
Collaborator

Hello!

Thanks for reaching out. This seems to be more of a support request rather than a bug report. For general support, guidance, or ideas, we recommend posting your question in the FlutterFlow Community, where fellow users and experts are always happy to help!

Alternatively, you can also reach out to our support team directly at support@flutterflow.io.

Please note that this GitHub Issue Tracker is intended specifically for reproducible bugs that are within FlutterFlow’s control to investigate and resolve.

Thanks for your understanding!

@Alezanello Alezanello self-assigned this Feb 28, 2025
@Alezanello Alezanello removed the status: needs triage A potential issue that has not been confirmed as a bug. label Feb 28, 2025
@Alezanello Alezanello added the status: not a bug This is not a bug. label Feb 28, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: not a bug This is not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants