1

I am working on a web-application which has multiple videos sizing upto 22MBs. The requirement is to cache these videos or store it in local-storage so as to avoid buffering of the videos every-time the end-user hits the website on iPad.

Is it valid to do such thing ? I need a suggestion to check if this practice is good to use such large amount of memory for video caching in iPad ?

(The application is majorly accessed through the safari on iPad or iOS)

4

1 回答 1

1

我不确定视频的最佳实践,因为我没有对视频做太多事情,但是如果您正在寻找有关可以保存多少数据以及如何保存的信息,请查看http://milesmatthias.com/post/ 21323839252/the-current-state-of-client-side-storage总结了不同的策略及其大小限制。

于 2012-05-09T11:42:34.110 回答