swift2 - AVFoundation: Creating an AVAsset from NSData Without Saving to Device. Is it possible? -
in app video recorded user. when user finishes recording, video compressed using compression algorithm returns video nsdata. writing data file , saving server.
i retrieving saved videos , displaying them on tableview
. in theory there dozens of videos on feed.
when retrieve video server , decompress it, stuck nsdata object.
i looking turning object avasset
without saving file device.
any appreciated
Comments
Post a Comment