Lokesh
Lokesh

Reputation: 9

Record video and upload it to server in ipad2

I need to write a code to start recording a video and upload it to a server using ipad2. I have tried using AVCaptuire session but it is giving me error:

NSOSStatusErrorDomaincode=12780

Upvotes: 0

Views: 309

Answers (1)

DivineDesert
DivineDesert

Reputation: 6954

Why you want to record video using AVCaptureSession, when you can record it though default UIImagePickerController? It allows you to capture a video. After capturing video you can upload it to server. If you want to stream video to server then you need to use you can refer this link

Direct Video Capture

Upvotes: 1

Related Questions