AndroidVideoCache icon indicating copy to clipboard operation
AndroidVideoCache copied to clipboard

Cache support for any video player with help of single line

Results 105 AndroidVideoCache issues
Sort by recently updated
recently updated
newest added

Thank you for this lib! What is the proper way to handle errors, if any? Are you open to PRs in this sense? We can discuss the details together. Ideally...

How can I pre-fetch next songs? What I've guessed is that I have to make a GET request to proxy server but still I can't make it work. I want...

When the URL file does not exist, it throws FileNotFoundException and HttpProxyCacheServer, and at the same time causes ANR. How to get the Listener When thows ProxyCacheException or FileNotFoundException

``` private boolean isUseCache(GetRequest request) throws ProxyCacheException { long sourceLength = source.length(); boolean sourceLengthKnown = sourceLength > 0; long cacheAvailable = cache.available(); // do not use cache for partial requests...

Hi. i am using exo player and would like to use this library to cache the videos. However as soon as i wrap my url in the librarys' url it...

bug

When the video file is downloaded to half, I hope it can be played fast next time, but now it's too slow, how can I optimize it, my player is...

the function below in class VideoFragment of 'sample' module: public static Fragment build(String url) { return VideoFragment_.builder() .url(url) .build(); } but I can't find builder()、url(url)、build() in current class.

Fatal Exception: java.lang.RuntimeException Wait... but why? WTF!? Really shouldn't happen any more after fixing https://github.com/danikula/AndroidVideoCache/issues/43. If you read it on your device log, please, notify me [email protected] or create issue...

注: Resolve log file to /home/liqi/AndroidStudioProjects/openProject/AndroidVideoCache/sample/build/generated/source/apt/androidannotations.log 注: Initialize AndroidAnnotations 3.3.2 with options {} 注: Start processing for 9 annotations on 15 elements 错误: Could not find the AndroidManifest.xml file, going...