ios - Loading PHAsset data FAST. -
i using requestimageforasset
load assets, described in apple dev documentation.
it works , all, find very slow when comes large assets, such videos of several hundreds of megabytes.
my goal load asset, copy chunk of data, , send chunk server.
i load chunks because of obvious reasons, ram limitation.
i have couple of questions in mind this:
how can copy chunks of large video assets fast?
can direct , fast access asset data without calling
requestimageforasset
?should maintain
requestimageforasset
open until send data , leave it's completion block?
so, approach should take , can find info this?
Comments
Post a Comment