You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current MediaEngine implementation is not optimised for speed (not even close 😄). It was rather done to just work and prove that what we are aiming to do is possible.
We can further improve the performance by avoiding the usage of ArrayBuffer.concat high level functions.
e.g.: we can use low-level DataView or consider using DataStream as in mp4box.js
The text was updated successfully, but these errors were encountered:
The current MediaEngine implementation is not optimised for speed (not even close 😄). It was rather done to just work and prove that what we are aiming to do is possible.
We can further improve the performance by avoiding the usage of ArrayBuffer.concat high level functions.
e.g.: we can use low-level DataView or consider using DataStream as in mp4box.js
The text was updated successfully, but these errors were encountered: