1

I use ReplayKit to record screen with a microphone How can I get resultUrl of video without saving the video in the gallery?
With this method, it works great without the microphone.

recorder.startCapture(handler: { (cmSampleBuffer, rpSampleType, error) in

})

Thanks

S1LENT WARRIOR
  • 11,704
  • 4
  • 46
  • 60
Sergey Burd
  • 171
  • 1
  • 2
  • 15
  • did you try setting `recorder.isMicrophoneEnabled ` to `true` ? – S1LENT WARRIOR Apr 27 '20 at 07:38
  • Yes If I use ***recorder.startRecording *** microphone work good but I can not get URL of the video if I use ***recorder.startCapture ***microphone does not work – Sergey Burd Apr 27 '20 at 07:42
  • did you try setting the value of `recorder.isMicrophoneEnabled` before calling, `recorder.startRecording` ? – S1LENT WARRIOR Apr 27 '20 at 08:31
  • I do not use recorder.startRecording To got URL I need to use recorder.startCapture – Sergey Burd Apr 28 '20 at 06:33
  • Does this answer your question? [Saving a screen recording with RPScreenRecorder start capture](https://stackoverflow.com/questions/46945152/saving-a-screen-recording-with-rpscreenrecorder-start-capture) – S1LENT WARRIOR Apr 28 '20 at 08:52

0 Answers0