Jaron Wanderley
Jaron Wanderley
Inspecting further I found that the problem is that the window variables are not being set (NL_PORT, NL_TOKEN, NL_ARGS) I tried setting it up myself verifying if is in DEV...
``` ReferenceError: SharedArrayBuffer is not defined at 62450249-9a80-449e-a7a6-6435f7577039:22 at Object.x [as load] (createFFmpeg.js:64) at async Proxy.c (App.vue:29) ``` I just tried the demo on [https://ffmpegwasm.github.io/vue-app/](https://ffmpegwasm.github.io/vue-app/) Using Chrome Version 92.0.4515.107 64...
> @jaronwanderley Is is still not working ? Yep, still there on [https://ffmpegwasm.github.io/vue-app/](https://ffmpegwasm.github.io/vue-app/) : Linux chrome Version 92.0.4515.131 64 bits: ``` [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92,...
> Ok i will make one soon. > I’m thinking of a todo list app example with a collection for to do list items and a settings page for single...
@BrunoFenzl any news on this issue?
thank u, I'll read it! I found this Library to add mouse control on webgl called [glMouse](https://github.com/necolo/glMouse/blob/master/src/index.ts), first I'll read your tutorial and try to implement using W or just...