X Tutup
The Wayback Machine - https://web.archive.org/web/20210122175405/https://github.com/flutter/flutter/issues/40931
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] add buffering controls #40931

Open
lukepighetti opened this issue Sep 20, 2019 · 9 comments
Open

[video_player] add buffering controls #40931

lukepighetti opened this issue Sep 20, 2019 · 9 comments

Comments

@lukepighetti
Copy link

@lukepighetti lukepighetti commented Sep 20, 2019

I'd like the ability to pause/resume buffering on video_player, why?

We've got a situation where we have multiple videos loading offscreen and we'd like video_player to buffer only enough to keep up once the user navigates to view that video. As far as I know, video_player currently buffers 100% of the video as quickly as possible which is normally appropriate but not when you have 6-12 videos buffering slightly off screen.

@lukepighetti lukepighetti changed the title add partial buffer to video_player [video_player] add buffering controls Sep 20, 2019
@iapicca iapicca added the proposal label Feb 5, 2020
@PaulRaphanaud
Copy link

@PaulRaphanaud PaulRaphanaud commented Apr 10, 2020

Is there some new about this buffering ? ty

@guopeng1994
Copy link

@guopeng1994 guopeng1994 commented Jun 10, 2020

Any update ?

@lukepighetti
Copy link
Author

@lukepighetti lukepighetti commented Jun 10, 2020

Y'all need to thumbs up my issue, that's how they prioritize this stuff.

@vishwajit76
Copy link

@vishwajit76 vishwajit76 commented Jun 20, 2020

network video is still slow. buffering in not stop on video pause.

@jpiabrantes
Copy link

@jpiabrantes jpiabrantes commented Jun 25, 2020

It's been 9 months! @lukepighetti please email me if you've found a solution for your use case, I have the same exact use case (jpiabrantes@gmail.com). I would really appreciate that :)

@lukepighetti
Copy link
Author

@lukepighetti lukepighetti commented Jun 25, 2020

Sorry, I never found a good solution for this.

@amirmhmdi
Copy link

@amirmhmdi amirmhmdi commented Aug 2, 2020

Any update ?
@lukepighetti , @jpiabrantes did you find any solution ?

@lukepighetti
Copy link
Author

@lukepighetti lukepighetti commented Aug 3, 2020

Sorry, I never found a good solution for this.

@ayush221b
Copy link

@ayush221b ayush221b commented Jan 22, 2021

This is a very critical issue actually. For use cases like mine where you have a feed of many videos, the buffering must be dependent on the current position of playback, in the current state it will buffer 100% of the video which increases the data consumed by the application a lot. In regions where people do not all have WiFi connections with unlimited data available, this causes them to hit their data limits within a very short span of time and provides a very negative impression of the app. Once this happens, they may never come back.

Can we do something to control the percentage of video that is buffered ahead?

cc: @TahaTesser

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

Successfully merging a pull request may close this issue.

None yet
10 participants
X Tutup