Xcode ios: streaming video files while recording and deleting redundant personal applications

Can anyone suggest how I can upload a video file while recording.

As I record video using AVFoundation , this will save the video in some file, for example. record.mov.

Now my request is how can I upload this video while recording, since I want to save user time as soon as the user uploads his video.

Now I'm trying to use HTTP, a file stream for uploading videos.

+1
source share
1 answer

I found a solution to capture a frame of video while recording using AVFoundation

Apple provided this sample code

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

+1
source

Source: https://habr.com/ru/post/1437984/


All Articles