-
Notifications
You must be signed in to change notification settings - Fork 157
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
The stop recording button is making this error: #127
Comments
This is happening in Google Chrome Desktop at https://react-video-recorder.vercel.app/?path=/story/videorecorder--with-isflipped-false |
I'm experiencing the same issue. |
What I can tell, the video schema object isn’t being set. In firefox, it is set to this... |
I hope this could get fixed soon since this library comes better UI than https://collab-project.github.io/videojs-record/#/frameworks/react. |
Facing the same issue |
Same issue here.. Any news ? I'm also trying to figure out a workaround, I'll let you know. |
I think I found the issue, is due to this library https://github.com/legokichi/ts-ebml that's not working properly. reference issue: legokichi/ts-ebml#33 |
Yup, facing the same issue here. I think it's broken for users using a combination of MacOS + chromium browsers (i.e. Google Chrome or Microsoft Edge). |
Hey there! Here is a workaround for that issue for now - #130; I also forked that fork fix to make it usable through |
🎉 This issue has been resolved in version 3.19.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@fbaiodias Thanks for your work on this! :) |
vendors
main.d3cc3ca2e84b8b582969.bundle.js:1 Uncaught (in promise) Error: No schema entry found for unknownmain.d3cc3ca2e84b8b582969.bundle.js:1)at EBMLEncoder.writeTag (vendors
at EBMLEncoder.encodeChunk (vendors
main.d3cc3ca2e84b8b582969.bundle.js:1)main.d3cc3ca2e84b8b582969.bundle.js:1at vendors
at Array.reduce ()
at EBMLEncoder.encode (vendors
main.d3cc3ca2e84b8b582969.bundle.js:1)main.d3cc3ca2e84b8b582969.bundle.js:1at vendors
at Array.reduce ()
at encodedSizeOfEbml (vendors
main.d3cc3ca2e84b8b582969.bundle.js:1)main.d3cc3ca2e84b8b582969.bundle.js:1)at Object.makeMetadataSeekable (vendors
at main.d3cc3ca2e84b8b582969.bundle.js:1
EBMLEncoder.writeTag @ vendors
main.d3cc3ca2e84b8b582969.bundle.js:1main.d3cc3ca2e84b8b582969.bundle.js:1EBMLEncoder.encodeChunk @ vendors
(anonymous) @ vendors
main.d3cc3ca2e84b8b582969.bundle.js:1main.d3cc3ca2e84b8b582969.bundle.js:1EBMLEncoder.encode @ vendors
(anonymous) @ vendors
main.d3cc3ca2e84b8b582969.bundle.js:1main.d3cc3ca2e84b8b582969.bundle.js:1encodedSizeOfEbml @ vendors
makeMetadataSeekable @ vendors~main.d3cc3ca2e84b8b582969.bundle.js:1
(anonymous) @ main.d3cc3ca2e84b8b582969.bundle.js:1
Promise.then (async)
(anonymous) @ main.d3cc3ca2e84b8b582969.bundle.js:1
The text was updated successfully, but these errors were encountered: