Skip to content

Not able to record audio with screen capture video separately. #2

@bhushanb02

Description

@bhushanb02

Hello, I am using CaptureRecord Framework. I need to record the complete screen which has Front Camera Recording going on and also the audio the user speaks with that camera recording.

I wrote code:
[[CRRecorder sharedRecorder] setAlbumName:@"Capture Record"];
[[CRRecorder sharedRecorder] setOptions:CRRecorderOptionUserCameraRecording|CRRecorderOptionUserAudioRecording|CRRecorderOptionTouchRecording];

But problem is that, when i use this code camera recording is not showing in AVCaptureVideoPreviewLayer.
And need to record audio with screen capture video separately, not with the camera video.
Also need only screen capture video.

Please help me.
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions