- From: Elias Hasle via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Jul 2020 11:22:45 +0000
- To: public-webrtc-logs@w3.org
Thank you. The issue is that MediaRecorder seems to record real-time with variable framerate when stream framerate is 0. This is probably by design. Trying to hack around this by pausing and resuming the recorder is tricky and possibly depends on timely triggering of events etc.. However, I found that ccapture.js solves my use case well. It captures frame by frame as images and joins them into a fixed-framerate video afterwards. :-) -- GitHub Notification of comment by EliasHasle Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/28#issuecomment-652948484 using your GitHub account
Received on Thursday, 2 July 2020 11:22:47 UTC