-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ffmpeg Stucked on Loading: SharedArrayBuffer is not defined #8
Comments
Hi! Thank you for reporting this issue. That's strange: I tried setting up the Docker container on my machine (Linux Mint 21) and it seems to work. May I ask you which browser and OS you are using? Also, if you open the DevTools and write |
Hey, thanks for reply. I found the issue. I am running it on vps and tried to access it using ip_address:3000, and it was throwing error because of that. It's working if I run it locally and expose it using tunnel. I had used this command before: docker run -p 3000:3000 ffmpeg-web |
I also did this as using the supplied Could you elaborate on this bit?
What did your final docker CLI command look like? I can't browse to the docker instance locally as it's running on a headless ubuntu VM, I want to be able to access ffmpeg-web from any device on my network which I kinda thought was the whole purpose. |
Ok I had to set up an SSL reverse proxy to get this to work. It will not work in plain HTTP as far as I can see. |
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
The text was updated successfully, but these errors were encountered: