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

Device : Samsung s7 Version : 2.7.1 Sdk Version : 27 HttpProxyCacheServer proxy = new HttpProxyCacheServer(this); String proxyUrl = proxy.getProxyUrl("HTTPS URL"); here is details logs : 26503-27478/com.oevo E/HttpProxyCacheServer: HttpProxyCacheServer error...

Since jCenter has been left in a read-only repository, I would like to be able to continue using this great library. And I wanted to know if it could be...

I am leaving my issue here as told in Logcat. Please tell me the valid solution as I have already tried to add android:usesCleartextTraffic="true" , and android:networkSecurityConfig="@xml/network_config" in manifest file,...

M3u8 cannot be cached,Can the author perfect it?

private void start() { L.i("开始预加载:" + mPosition); Log.d(TAG, "start: >>>"+"开始预加载aaa"); Toast.makeText(MyApplication.getAppInstance(), "开始预加载", Toast.LENGTH_SHORT).show(); HttpURLConnection connection = null; try { //获取HttpProxyCacheServer的代理地址 String proxyUrl = mCacheServer.getProxyUrl(mRawUrl); Log.d(TAG, "start: >>>"+"开始预加载proxyUrl"); Log.d(TAG, "start: >>>"+proxyUrl);...

version :android 5.1 Problem Description :Playing a video for the first time will occasionally fail to play. Many people have mentioned this question, I hope you can help solve ....

compile 'com.danikula:videocache:2.7.0' Stack trace: java.lang.OutOfMemoryError: pthread_create (1040KB stack) failed: Out of memory at java.lang.Thread.nativeCreate(Native Method) at java.lang.Thread.start(Thread.java:745) at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:941) at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1348) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:89) at com.danikula.videocache.HttpProxyCacheServer.waitForRequest(HttpProxyCacheServer.java:218) at com.danikula.videocache.HttpProxyCacheServer.access$100(HttpProxyCacheServer.java:52) at com.danikula.videocache.HttpProxyCacheServer$WaitRequestsRunnable.run(HttpProxyCacheServer.java:324) at...