iphone - Amazon S3 (AWS ) NSMutableData -


i have project related on amazon s3 downloading big file sizes above 50mb. stops without error , chunk file smaller memory due it's large data file size , download simultaneously. when append chunk data single [nsmutabledata] in correct order video won't play. idea related subject?..

please me i'm sitting ass whole week of project t_t..

you shouldn't manage amount of data using ram memory only.

you'd rather use secondary memory (namely nsfilemanager) explained here when you're done downloading file, play normally. if you're sure user won't need anymore, delete right after playback.

[edit]

or,you might use mpmovieplayercontroller pointing url directly.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -