Retrieving AssetURL after saving recorded video using the UIImagePickerController
Hi there! I'm sensing this may be an issue for more than just myself. I have read some things around it but not yet able to figure it out.
I am able to get a path of the video for saving using UIImagePickerControllerMediaURL in didFinishPickingMediaWithInfo no problems.
My problem is that the URL I get is not an assetURL format and reads as such:
/private/var/mobile/Applications/GUIDGUIDGUIDGUID/tmp/capture-T0x107a70.tmp.51mapP/capturedvideo.MOV
Now either I am missing something or the process of this is ... restrictive...
Clearly this URL is not something I can store to recall so I can play it as its generic name / temporary nature.
I would like to be able to record -> save -> retrieve/save URL so that I can play the video at a later stage.
Can anyone tell me what I'm missing?
Last edited by SDKNinja; 08-11-2010 at 04:05 AM.
Reason: removing random * that came from a copy paste from elsewhere
|