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
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 instanceIssue 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