I have a video file about 2 GB in size. This video header is encrypted (approximately 528 bytes encrypted). To decrypt this video file, I read all the bytes from the file into an NSData object. As soon as I write this file to an NSData object, my application will work (maybe b'coz max-256MB RAM for iPad).
So, how can I temporarily save this NSData object to the iPad / iPhone virtual memory?
Any other approach with which I can achieve the same?
Pranav jaiswal
source share