以编程方式播放 iPhone 缓存中的视频
我正在开发一个iPhone应用程序,在其中我将直接将来自URL的流视频存储到本地缓存中,现在我需要在缓存中下载视频时在电影播放器中播放视频。我关注了这个 http://lists.apple.com/archives /cocoa-dev/2011/Jun/msg00844.html,但我无法准确做到。我可以下载缓存中的视频,但无法播放缓存中的视频。那么如何一边下载一边玩呢?
I am developing an iPhone application in which I will store stream video from URL directly to cache in local, now I need to play video in movie-player while it was in downloading in cache. I followed this http://lists.apple.com/archives/cocoa-dev/2011/Jun/msg00844.html, but I couldn't do exact. I am able to download video in cache but I couldn't play video from cache. So how can I play while its downloading?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将您的网址更改为本地路径网址...
尝试此代码...
Just change your web url to local path url...
Try this code...
如果您使用弧线
添加 t .h 文件
并查看最后一行。祝你好运
if you are using arc
add in t .h file
and take a look at the last line. good luck