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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaEngine performance improvements #3

Open
podborski opened this issue Apr 9, 2019 · 0 comments
Open

MediaEngine performance improvements #3

podborski opened this issue Apr 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@podborski
Copy link
Contributor

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

@podborski podborski added the enhancement New feature or request label Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant