-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I recorded large Video, Web Application Crashed #510
Comments
@muaz-khan : Please look into this issue. I am struck with this so long. Any idea ? |
I've encounted the same problem and here is my solution:
Hope this helps |
@flyfly6 Is it possible to show some example on how to increase the maximum recording interval? I have cases that the user can record videos for about 3 hours+. Which size is great to put and how? Thanks! |
@flyfly6 using |
@muaz-khan Is there any way to empty the local |
There is an opened PR to fix this issue but not sure this repository is still very active. |
Yes after 2 years of inactivity |
I have the following source code to record Video stream(Video constraints: width: 1920, height: 1080, frameRate: 60).
When I try to record video for long time (Say 1/2 an hour) video my application crashed in a while after invoking stopRecording() method.
Note: For small Video records its working well.
Platform: Chromebook
OS Version: 73.0.3683.88 (Official Build)
I found an exact similar issue when tried with MediaStream API. When the same code works good in Linux and Windows Chrome Browsers.
The text was updated successfully, but these errors were encountered: