AndroidVideoCache
AndroidVideoCache copied to clipboard
Cache support for any video player with help of single line
Occasionally find that a video from a certain URL isn't able to play. I have not been able to figure out why, but the solution I know will work is...
2019-12-17 15:44:39.301 28787-28819/com.example.videocachesample E/Pinger: Error reading ping response com.danikula.videocache.ProxyCacheException: Error opening connection for http://127.0.0.1:39266/ping with offset 0. Version: 2.7.1 at com.danikula.videocache.HttpUrlSource.open(HttpUrlSource.java:85) at com.danikula.videocache.Pinger.pingServer(Pinger.java:101) at com.danikula.videocache.Pinger.access$100(Pinger.java:33) at com.danikula.videocache.Pinger$PingCallable.call(Pinger.java:123) at com.danikula.videocache.Pinger$PingCallable.call(Pinger.java:119) at...
Attempt to write to field 'com.android.okio.Segment com.android.okio.Segment.next' on a null object reference 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...
Can AndroidVideoCache support "Transfer-Encoding: chunked" mode?
Can I actively get the percentage of cache?
use AndroidVideoCache to cache music can't play while buffering, only when finished the buffer can play music, why? ``` HttpProxyCacheServer proxy = MainApplication.getProxy(mContext); proxy.registerCacheListener(this, item.getSongUri()); String proxyUrl = proxy.getProxyUrl(item.getSongUri()); mMusicPlayer.setDataSource(proxyUrl);...
Sample can not play wether android 9 nor android 7,did anyone met this situation? I pulled tag v2.7.1 .
In Android 9, The ``proxy.getProxyUrl(url);`` return the same url and not cached url. But it works on Android 4.4-7.