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'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
await recorder.stop() takes a long time (1-2 minutes to resolve).
It does seem to complete successfully though.
Happens in google cloud run instance even w/ 4gb ram + 2 cpu.
Seems to work fine locally
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
The text was updated successfully, but these errors were encountered:
videoPixelFormat = 'yuva420p' ;
videoCodec = 'libvpx' ;
videOutputOptions = ['-auto-alt-ref 0'];
.webm
When I record a transparent video in webm format, the recorder.stop() duration is always three times the length of the video. For example, stopping a 10-second video takes 30 seconds.
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
await recorder.stop()
takes a long time (1-2 minutes to resolve).It does seem to complete successfully though.
Happens in google cloud run instance even w/ 4gb ram + 2 cpu.
Seems to work fine locally
Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)
The text was updated successfully, but these errors were encountered: