-
Notifications
You must be signed in to change notification settings - Fork 43
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
use webm-writer with mediarecorder #26
Comments
You can utilize |
@bevand10 The resulting .webm files has issues: No frames appear to be written. Are you sure WebCodecs implementation of VP8 and VP9 are consistent with what is expected per Matroska specification? The WebCodecs 'opus' implementation is not consistent with Opus implementation of |
Hi,
Can webm-writer be used to create the final webm output from a mediarecorder blob?
the reason i ask is because chromium browsers don't seem to write the final segment size as its used to stream (hens no final size)
Which causes a playback problem on standard players.
I believe web-writer resolves this issue, but wonder if I can use it like this?
The text was updated successfully, but these errors were encountered: