danikula / danikula/AndroidVideoCache
Music play while buffering
未关闭
- 主要语言
- Java
- 星标
- 5.5k
- 派生
- 1.2k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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);
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。