node-matroska icon indicating copy to clipboard operation
node-matroska copied to clipboard

Missing EBML element in schema.js

Open jboulay opened this issue 3 years ago • 1 comments

Hi,

Since the last version of chrome (92.0.4515.107) the webm file generated with MediaRecording API use Matroska Element 0x55b0 to 0x55bd.

These element are not in schema.js and that cause issues. Is there a reason for that ?

The problem is also described in https://github.com/legokichi/ts-ebml/issues/33

jboulay avatar Jul 30 '21 18:07 jboulay

I've just created https://github.com/oeuillot/node-matroska/pull/9 to update schema.js to Matroska v4, which might help with this.

chrmcg avatar Feb 26 '22 00:02 chrmcg