Skip to content
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

cannot parse streaming webm #4

Open
legokichi opened this issue Feb 4, 2017 · 0 comments
Open

cannot parse streaming webm #4

legokichi opened this issue Feb 4, 2017 · 0 comments

Comments

@legokichi
Copy link

legokichi commented Feb 4, 2017

I tried to parse the webm file created by MediaRecorder API with this library, but throw Uncaught Error: INVALID VINT value too big (length>7 bs=1) error.

in Specifications,

There is only one reserved word for Element Size encoding, which is an Element Size encoded to all 1's. Such a coding indicates that the size of the Element is unknown, which is a special case that we believe will be useful for live streaming purposes. However, avoid using this reserved word unnecessarily, because it makes parsing slower and more difficult to implement.
Specifications

this code forgot it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant