3

我想从远程服务器播放视频并将其缓存在 ipad 上本地,以便下次如果它存在,我也可以离线播放。

以前有人做过吗?我想渐进式下载是一种选择,但需要了解它的保存位置,我可以通过 icloud 备份这些吗?

4

1 回答 1

0

在第一个示例中,我从一个简单的 java 服务器 https://github.com/mooncatventures-group/StreamX播放渐进式下载流

http://www.youtube.com/watch?v=Rdb0eKhmH4Q

然后是这个流,以防 rtsp 并使用 alassetwriter

https://github.com/mooncatventures-group/FFPlayer-beta1/blob/master/FFAVFrames-test/ViewController.m

于 2012-11-11T19:23:17.187 回答