AndroidVideoCache
AndroidVideoCache copied to clipboard
Music play while buffering
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);
mMusicPlayer.prepareAsync();
mMusicPlayer.setOnPreparedListener(this);
VideoView can not play durring buffering either.