Marcos

Results 5 comments of Marcos

Any update/eta on this?

I'm assuming this has to do with the use of setTimeout either in your app or somewhere in recordRtc (https://developer.mozilla.org/en-US/docs/Web/API/setTimeout). Unfortunately setTimeout can't be used to reliably capture any duration....

@scriptorum take a look and comment here: https://bugs.webkit.org/show_bug.cgi?id=85851 Apple's webkit doesn't officially support MediaRecorder API yet. Only in experimental mode will it somewhat work ATM and needs bug testing.

Checkout comment on #351 https://github.com/muaz-khan/RecordRTC/issues/351#issuecomment-705980221

I am having this same issue. @MuthuEphron did you ever resolve this?