You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to be able to record multiple videos from the same stream (that is, to call startRecording and stopRecording multiple times on the same getUserMedia stream) in order to save sequential videos. This still works in Firefox however in Chrome (v. 48 here) I now get a Something went wrong. Maybe WebP format is not supported in the current browser. for all captures after the first one. Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
Think I fixed it here ruiramos/RecordRTC@498da34
Had to do with WhammyRecorder's resume method not resetting isStopDrawing and not calling this.record again. Let me know if you want a PR.
I used to be able to record multiple videos from the same stream (that is, to call
startRecording
andstopRecording
multiple times on the same getUserMedia stream) in order to save sequential videos. This still works in Firefox however in Chrome (v. 48 here) I now get aSomething went wrong. Maybe WebP format is not supported in the current browser.
for all captures after the first one. Any ideas?Thanks!
The text was updated successfully, but these errors were encountered: