Ivan Burlakov
Ivan Burlakov
I believe that headers should be set in your node.js server, not in browser. But I may be wrong. See - https://github.com/ffmpegwasm/ffmpeg.wasm/issues/102#issuecomment-722112444
+1 https://ffmpegwasm.et.r.appspot.com/ works ok for me in Chrome Mobile 88, but when making my own app, even tho I set headers both in React App `index.html` and in express server,...
> @ivanburlakov you need enable "cross-origin isolated" for SharedArrayBuffer feature https://web.dev/why-coop-coep/ isn't it what I mentioned above? Or am I missing something?
> jajaj disculpas, no leí el codigo. A mi me daba error en android igualmente y supuse que era por la memoria que se le daba a la variable INITIAL_MEMORY...
> Did you succeed, @ivanburlakov ? I did not work with ffmpegwasm for a while.
@tshedor hello! Thank you very much for your work. I am trying to use this technology stack in a Flutter app. As I understand, that could be used instead of...