1

I have seen a few other posts here and here. The second link is precisely what I want to do, however I can't get past step 2 in the answer: Compress/Stream to server.

EDIT:

I have this example working, but I need to know how to setup the server to receive the frames that I send. How do you receive a bunch of pictures and turn them into a video?

Community
  • 1
  • 1
Siriss
  • 3,737
  • 4
  • 32
  • 65

1 Answers1

0

Take a look at http://www.gdcl.co.uk/2013/02/20/iOS-Video-Encoding.html. This sample uses an AVAssetWriter to encode the video from the camera to H264 and then uses RTSP/RTP to stream the data to a player.

Geraint Davies
  • 2,847
  • 15
  • 9