I am Getting following error on exporting the video using
[exportSession exportAsynchronouslyWithCompletionHandler:^
Error:
-[TiBlob _formatReader]: unrecognized selector sent to instance
I am using the Titanium Module. I am sending video from application to the module.
Any Idea on this, as I have not get any clue for this. Thanks in Advance for the expert advice.
I am passing the video file as “event.media” from the Titanium Application. Now I am getting “event.media” to the custom Titanium Module as object of TiBlob.
After initializing the videoObj, get the value from application to videoObj. Using videoObj(TiBlob) I just initialize AVAsset. That resolve the issue for me.