We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
webm-duration-fix-buffer
On npm.js, there is a new library webm-duration-fix-buffer. It links to this repo, but the code base is slightly different.
The differences I've found are:
"video/webm;"
blob.type
What is the plan going forward? It would have been great to have a single library fixing both 1, 2, and 3 :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On npm.js, there is a new library
webm-duration-fix-buffer
. It links to this repo, but the code base is slightly different.The differences I've found are:
webm-duration-fix-buffer
does not have issue RangeError: The value of "byteLength" is out of range. #5.webm-duration-fix-buffer
imports correctly on Vite.webm-duration-fix-buffer
incorrectly sets the mime type to"video/webm;"
instead of usingblob.type
.What is the plan going forward? It would have been great to have a single library fixing both 1, 2, and 3 :)
The text was updated successfully, but these errors were encountered: