AndroidVideoCache icon indicating copy to clipboard operation
AndroidVideoCache copied to clipboard

Music play while buffering

Open blueYufisher opened this issue 6 years ago • 1 comments

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);

blueYufisher avatar Sep 19 '19 09:09 blueYufisher

VideoView can not play durring buffering either.

candyluo avatar Oct 15 '19 10:10 candyluo