-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加缓存管理 #89
base: master
Are you sure you want to change the base?
增加缓存管理 #89
Conversation
shuai! |
这种方式做缓存的话,会出现一种问题,假如数据包下载一半或者中途出现错误,缓存音频就有问题了。 要做缓存 1:检查音频ID 2:检查URL 3:检查本地和远程数据包,至少字节数得完全一样。 |
是的,要服务器提供一个验证,之后计划添加 |
用法:如果配置 |
非常强烈期待下个版本~ 最好是有能几个解决方法,一个是网络切换或者错误的时候缓存存储,还有一个是断点续传。 |
@ftkey 可以在错误处理的 handler 里面调用 |
帮忙继续完善一下缓存播放和管理吧。。 现在没次播放都要重新下载一遍文件 缓存就是个摆设 |
# Conflicts: # DOUAudioStreamer.podspec # src/DOUAudioFile.h # src/DOUAudioFileProvider.m # src/DOUSimpleHTTPRequest.m
Fixed Conflict
1.增加DOUCacheManager,可以配置额外的缓存目录。管理缓存数量。
2.优先加载之前下载过的缓存,不用每次联网获取。