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.
source share