iOS:How to transfer/stream video directly to file system/album

129 Views Asked by At

So I'm currently working on a data-transfer app. The approach that I have working right now is, I'm using sockets to transfer files and my question was specifically in regards to video files. So right now, I basically right the video that is being received to a temporary file in memory and I then save from there to the file system (the album using the UIImageWriteToSavedPhotosAlbum method). Now my question is, Is there a good way/approach to actually just save the video file as it is being received directly to photo album (streaming it in a sense)? I'd appreciate any insight and especially any links/example of something like this being done.

Thanks!

0

There are 0 best solutions below