tags:

views:

13

answers:

1

Hi, friends i am working on one video recording application in which i need to record a video from iphone camera in 4.0 device. I using guidance given by wwdc code and acording to that i am storing it into asset library by using asset library framework. this works fine for me but now problem is that i want to access that saved file and send it to server. i had done with server sending part but i am not getting exact content of video in nsdata. whenever i am printing outputfilepath on gdb it will give me out put like this:

file://localhost/private/var/mobile/Applications/791FF217-6FC9-431D-8310-3BC01E35F892/tmp/output.mov 

can anyone please tell me how to retrieve video from this location....