muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.45k stars 1.75k forks source link

Tab page problem #858

Open 201908 opened 8 months ago

201908 commented 8 months ago

147

@muaz-khan If it is a tab, clicking stop will report an error. How to solve it? Uncaught Error: No schema entry found for unknown

Reference code recorder.stopRecording(function() { getSeekableBlob(recorder.getBlob(), function(seekableBlob) { video.src = URL.createObjectURL(seekableBlob); }); });