-
Notifications
You must be signed in to change notification settings - Fork 3
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
missing EBMLReader? #4
Comments
I must have done something terribly wrong, because after some small cleanup I managed to download a .webm file with duration -- but no seeking XD. Also, I'm not sure I'm not doing something silly/unnecessary/nonsense... I'm currently running sth like:
as can be seen in the function @legokichi could you take a quick look and point me in the right direction? Thanks! |
EBMLReader is a very experimental code. Moreover, it has nothing to do with the EBML encoder / decoder. So official is not added to the package of ts-ebml. However, it can be used as follows. import EBMLReader from 'ts-ebml/lib/EBMLReader'; |
currently |
I'm missing the
EBMLReader
in theebml
package (it's not inebml.tools
either) at line[https://github.com/yellowdoge/demos/blob/master/mediarecorder/demo.js#L26]
can you help @legokichi pretty pleeeease?
free picture hosting websites
The text was updated successfully, but these errors were encountered: