triniwiz / nativescript-videorecorder

:video_camera: NativeScript plugin for Video Recording . :video_camera:
Apache License 2.0
43 stars 29 forks source link

startRecording() keeps failing on ios #67

Closed nmaswood98 closed 4 years ago

nmaswood98 commented 5 years ago

I have the advanced video view set up. I have the recorder initialized just like how it is in the quick start.

But when I try to run startRecording() this gets outputted to the console.

    <<<< AVCaptureFigVideoDevice >>>> -[AVCaptureFigVideoDevice_copyFigCaptureSourceProperty:]_block_invoke: (0x103a53e00) Copy(AVHEVCSettings) failed (-12784) 

    <<<< AVCaptureFigVideoDevice >>>> -[AVCaptureFigVideoDevice _copyFigCaptureSourceProperty:]_block_invoke: (0x103a53e00) Copy(AVHEVCSettings) failed (-12784)
    <<<< AVCaptureFigVideoDevice >>>> -[AVCaptureFigVideoDevice _copyFigCaptureSourceProperty:]_block_invoke: (0x103a53e00) Copy(AVHEVCSettings) failed (-12784)

And the recording never stops and as a result I assume when I run stopRecording() it messes up and freezes the advanced video view.

I haven't found anything related to this message on google and can't seem to figure out what is wrong. I am using angular+ nativescript testing on an iphone x ios 12.4.