开发者

Video in iPhone App

I have an idea for an app that I would like to build which would include video tutorials for a particular topic. What is the best开发者_运维问答 way to go about doing this?

  • Embed the video with the app and make it a part of the distribution?

or - Stream the video from a CDN?


Depends on what you are looking for:

If you embed the videos than they can't be changed, added, or deleted without an update to the application. Also this will make your application size very large, and people don't like apps that take up a lot of room on there device and this will prevent people who want to download you app over a data connection from doing so.

If you stream the video then this will require a internet connection anytime someone wants to view the video.

A third option is to download the videos at the request of the user and store them in the documents directory of the application. Once the video is downloaded the user will not need to have internet access to view the video later, but this will take up increasing room on the device.

My vote would be option 2, if you have the resources to do the streaming.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜