Does this library have cache support?
Does this library cache vides and olay cached videos arter first olay or download video every time?
İf it doesnt have cache support how can i add it?
You can support caching of video url using this library https://github.com/danikula/AndroidVideoCache
Instead of directly sending your video url to exoplayerhelper, send proxy url which comes from above library.
İm using this library but its old and doesnt work as expected on New android versions and doesnt work properly when connection is slow.
Do you planning to add cache support to this library? İ know exoplayer has cache feature itself but im dont have the information and experience to implement it by myself?
Yes that is in my plan list and also implemented some of the stuff, but need to test and refactor based on new feature.
Ok im waiting for it. Do you have a date in your mind? Like it will ve ready in one week or month?
Hello, I tried to implement this https://proandroiddev.com/video-preloading-precaching-using-exoplayer2-in-android-da340cc268d9 maybe it can help you.