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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[c2pa-dash-0012] (C2PA/Streaming) WASM out of memory issue #18

Open
spetrangeli opened this issue Sep 30, 2023 · 0 comments
Open

[c2pa-dash-0012] (C2PA/Streaming) WASM out of memory issue #18

spetrangeli opened this issue Sep 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@spetrangeli
Copy link

spetrangeli commented Sep 30, 2023

If there are bitrate switches during playback (at least a few), after a few minutes of playback, this error occurs

Error: WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance

Issue happens when validating segment:

var manifest = await c2pa.readFragment(initFragment[tag], chunk.bytes);

So far, the plugin implementation seems to be affected. Couldn't replicate issue yet on native implementation

@spetrangeli spetrangeli changed the title [c2pa-dash-0012] WASM out of memory issue [c2pa-dash-0012] (C2PA/Streaming) WASM out of memory issue Sep 30, 2023
@spetrangeli spetrangeli added the bug Something isn't working label Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant