- From: Andreas Pehrson via GitHub <sysbot+gh@w3.org>
- Date: Tue, 24 Jan 2017 10:49:37 +0000
- To: public-media-capture-logs@w3.org
I am concerned about what happens when input frame rate varies or takes a dip, since a VideoStreamTrack by definition doesn't give you a constant frame rate. I think a related problem that is harder to solve is offline video recording (ref OfflineAudioContext), where an application could render as fast as possible but you'd still get a deterministic result from the recorder. I think such a solution could be generic enough (supporting offline/non-offline) to be re-used for the use case you have here. I guess I'm thinking of something like AudioWorklet but for timestamps/frames/audiobuffers. This would allow for the application to decide what to do when there are framerate changes. -- GitHub Notification of comment by Pehrsons Please view or discuss this issue at https://github.com/w3c/mediacapture-record/pull/114#issuecomment-274770114 using your GitHub account
Received on Tuesday, 24 January 2017 10:49:43 UTC