Thanks for this project. I deployed this using docker but I'm getting issue related to ffmpeg on webapp.
It keeps loading and throws error: SharedArrayBuffer is not defined
I read about it online, and seems like it is related to ffmpeg-core.
Can you help me in this?
and BTW there's one typo in readme file in docker run command. -p flag is missing.
Correct Command:
docker run -p 127.0.0.1:3000:3000 ffmpeg-web
Thank You