Xcode ios: Streaming of video file while recording and removed redundant personal statements

余生颓废 提交于 2019-12-03 14:15:11

问题


Can anybody suggest how I can upload video file while recording.

As I am recording video using AVFoundation this will save video to some file eg. record.mov .

Now my query is how I can upload this video while recording, as I want to save user time as soon as user record his/her video should be uploaded.

Right now I am trying with HTTP, File stream to upload video.


回答1:


I have found solution to capture videos frame while recording using AVFoundation

Apple provided this sample code

http://developer.apple.com/library/ios/#samplecode/RosyWriter/Introduction/Intro.html



来源:https://stackoverflow.com/questions/9390647/xcode-ios-streaming-of-video-file-while-recording-and-removed-redundant-persona

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!