-
Notifications
You must be signed in to change notification settings - Fork 69
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
请问可以支持只缓存部分数据吗? #13
Comments
这是一个纯网络的库,只能控制缓存的size。 |
@JeffMony Hi! Thanks for your library. Please tell me how to make exoplayer start playing the video before it loads it completely? Now i need to wait 10-15 seconds before the video starts playing. In the danikula/AndroidVideoCache library, I managed to ensure that the video starts in 1-2 seconds, without waiting for the video to be loaded at 100 percent |
Okay, "Now i need to wait 10-15 seconds before the video starts playing." |
@JeffMony Thanks for the quick answer to my question |
The problem is that ExoPlayer starts playback only after it downloads the entire file, and it works very strangely. I use exoPlayerImpl for sample sdk |
请求如何控制单素材缓存的 size 呢?在 builder 中只看到有设置整体的缓存空间大小。 |
缓存全部视频数据的话,占用空间比较大。想只缓存前 3 秒数据,请问需要怎么做呢?
The text was updated successfully, but these errors were encountered: