I am writing a Mac application that plays the streaming video.
I’ll use Media player framework to play the video. Is there any way to record the video, save it and view it at a later time?
I am writing a Mac application that plays the streaming video. I’ll use Media
Share
You’re looking for the AVFoundation framework. Specifically, the AVCaptureSession class and related classes. Here’s the manual.