Skip to content

MediaEngine performance improvementsΒ #3

Description

@podborski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions