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
Hi @ihedvall I had a prototype branch up and running. I had tried reading a few mf4 files but the performance was pretty slow. I haven't had the time to root cause though.
@sachitv
For Your Information.
I'm changing the standard C (FILE*) interface to a std::streambuf interface. It is now possible to use non-file stream interfaces. I don't know if this solves (or causing) some problems within an Emscripten MDF4 interface. The change is made so the library can be used in the cloud against non-file interfaces.
That's a good idea. I noticed that being a slowdown in another project as the WORKERFS seems to run very slowly with the file interface. The repeated overhead of calling slice() on blobs seems to cause bottlenecks.
No description provided.
The text was updated successfully, but these errors were encountered: