danikula / danikula/AndroidVideoCache
Music play while buffering
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 5.5k
- Fork
- 1.2k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.