I have to implement functionality to repeatedly pause and resume video capture in a single session, but have each new segment (the captured segments after each pause) added to t
Look at the AVCaptureConnection's enabled property. For your output connection, set enabled to NO instead of stopping the session.