how to make video_player prepare and start to play quicklier? #19643
Labels
c: performance
Relates to speed or footprint issues (see "perf:" labels)
package
flutter/packages repository. See also p: labels.
video_player now is too slow,because it doesn't start to play until download success. and it will download a same video repeatedly when the VideoController rebuild. So is there some way to resolve this problem, such as use cache?
flutter doctor -v:
`C:\Users\Administrator>flutter doctor -v
[√] Flutter (Channel beta, v0.5.1, on Microsoft Windows [Version 6.3.9600], lo
cale zh-CN)
• Flutter version 0.5.1 at E:\flutter
• Framework revision c7ea3ca (8 weeks ago), 2018-05-29 21:07:33 +0200
• Engine revision 1ed25ca
• Dart version 2.0.0-dev.58.0.flutter-f981f09760
[!] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at D:\Sdk
• Android NDK location not configured (optional; useful for native profili
ng support)
• Platform android-P, build-tools 27.0.3
• Java binary at: E:\AndroidStudio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b
02)
X Android license status unknown.
[√] Android Studio (version 3.1)
• Android Studio at E:\AndroidStudio
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b
02)
[√] Connected devices (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android
6.0 (API 23) (emulator)
! Doctor found issues in 1 category.`
The text was updated successfully, but these errors were encountered: