heesu0 / replaceable-media-recorder

MediaRecorder Library for add, remove and replace tracks during recording
6 stars 3 forks source link

How can you record again? #3

Closed trackedsupport closed 2 years ago

trackedsupport commented 2 years ago

How is it possible to rerecord?

If I do this the stop method stops the tracks too. If I comment out the code in the handleStop method then I get an 'Already drawing frames' error.

webRecorder.start(local_media_stream);
webRecorder.stop();
webRecorder.start(local_media_stream);
trackedsupport commented 2 years ago

Of course when I make this issue I find the code causing the issue.