0
我有HTTP視頻流,所以我想從它接收幀。我已經看到了這AVCaptureSessionDelegate方法,但這只是對攝像頭視頻:HTTP視頻流逐幀
- (void)captureOutput:(AVCaptureOutput *)captureOutput
didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
fromConnection:(AVCaptureConnection *)connection
{
}
我也讀到iFrameExtractor但是這對於視頻文件的解決方案,而不是流。有關於此要求的解決方案嗎?