(Sorry for my english)
How to convert/encode CMSampleBufferRef to video to send using NSOutputStream?
I need stream video from my ipad to local network, i use a AVFoundation framework to get a video. Now, i need convert this video to the right format to send to Http Server using NSOutputStream.
if i´m doing something wrong, please tell me
Regards.