Re: AVCaptureMovieFileOutput + encryption
Re: AVCaptureMovieFileOutput + encryption
- Subject: Re: AVCaptureMovieFileOutput + encryption
- From: Jens Alfke <email@hidden>
- Date: Fri, 23 Jun 2017 12:19:49 -0700
> On Jun 23, 2017, at 12:13 PM, Carl Hoefs <email@hidden>
> wrote:
>
> Whenever we've tried implementing our own real-time video callbacks, the
> frame rate drops to about 10 fps. That was a couple of years ago; I could
> revisit the issue.
Were those callbacks receiving frame-buffers, or encoded data? This probably
involves details of AVFoundation; IIRC there’s a separate mailing list for that?
> The videos need to be uploaded to a remote server for analysis. HIPAA-wise, I
> don't know if using SSL for file transfer would suffice to avoid the need to
> encrypt the videos on the iPhone. The server currently doesn't do HTTPS.
SSL would suffice, but that’s no help if the server doesn’t support it...
You could do the encryption as you stream the file to the server. That will
keep it out of the real-time recording process.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden