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:

  1. how can copy chunks of large video assets fast?

  2. can direct , fast access asset data without calling requestimageforasset?

  3. should maintain requestimageforasset open until send data , leave it's completion block?

so, approach should take , can find info this?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -