commit | e11358135a8dc1db0106bcc0b1e75dc34351d191 | [log] [tgz] |
---|---|---|
author | Undefined <yan.outside@gmail.com> | Tue Jul 18 06:21:34 2023 +0900 |
committer | GitHub <noreply@github.com> | Mon Jul 17 21:21:34 2023 +0000 |
tree | 7356694efb7d17415a0258ba9d43fa11cd84438e | |
parent | 228c2b106f30b452c48b2ab7ba7f99f3bee6460e [diff] |
[video_player] fix: add missing isPlaybackLikelyToKeepUp check. (#3826) When watching a live stream, if the playback buffers but the AVPlayerItem is likely to keep up, it is necessary to recheck AVPlayerItem.isPlaybackLikelyToKeepUp. If isPlaybackLikelyToKeepUp, a bufferingEnd event should be immediately triggered. I am encountering an issue with my product where, when watching a live stream, if I seek to the latest time, it continuously `bufferingStart` and does not come to an `bufferingEnd`.
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: