Stream preview of an AVCaptureSession to another iOS device

Can I stream the preview of an AVCaptureSession to another iOS device?

Replies

You can receive buffers from AVCaptureSession to a AVCaptureVideoDataOutput and then do whatever you'd like with them, including compress them using VTCompressionSession, but that's the extent of support. You'd have to do the streaming portion yourself.