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
The initial problem faced running this app is an inability to successfully fetch from unpkg
However, disabling the cross origin leads to the SharedArayBuffer problem as described in installation. Does this mean the ffmpeg core needs to be loaded from same origin?
Was able to resolve this in nextJS context by moving all scripts (ffmpeg-core.js, wasm, worker, min) to public/. This does not seem preferable but working for now.
The initial problem faced running this app is an inability to successfully fetch from unpkg
However, disabling the cross origin leads to the
SharedArayBuffer
problem as described in installation. Does this mean the ffmpeg core needs to be loaded from same origin?Doing so creates a problem that I originally faced trying this out in codesandbox
The text was updated successfully, but these errors were encountered: