-
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
Deleted blob from memory #300
Comments
I had this same issue and the only way after many hours of trying things, is to refresh the browser window. Chrome has a limit of 500mb. If you record consecutive short videos - you eventually reach 500mb and things go array depending on your application. You can't write to the blob after 500mb. I inserted some code in my application that after the video is saved to a file - it refreshes the browser window thus resetting the blob size to 0 in memory. |
+1 |
Hello everyone.
Then I delete the object when I no longer need it.
In addition, you can use a native function: |
Hi.
Each time a new video is stored in the memory of the explorer?
How can I make the old one deleted from memory when recording a new video?
Thank you.
The text was updated successfully, but these errors were encountered: