I need to play an encrypted video kept localy in the iPad. I can decrypt this video can play it using MPMoviePlayerController.
However, it create a duplicate copy of my video, which I don't want.
How can I play this encrypted video without making this duplicate copy. Is there a way to play the encrypted video while its been decrypted in memory.