We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
dash.js/samples/c2pa/plugin-dash/c2pa-dash-plugin.js
Line 44 in a79e601
So far, the plugin implementation seems to be affected. Couldn't replicate issue yet on native implementation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
dash.js/samples/c2pa/plugin-dash/c2pa-dash-plugin.js
Line 44 in a79e601
So far, the plugin implementation seems to be affected. Couldn't replicate issue yet on native implementation
The text was updated successfully, but these errors were encountered: