Skip to content
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 not accessible // Nginx Webserver Docker-Compose // mount ffmpeg directory #178

Open
Daniel-WW opened this issue Oct 25, 2021 · 0 comments

Comments

@Daniel-WW
Copy link

Hi,

my Piwigo photogallery is running on a Synology NAS within a Docker-Environment.
More exactly, MariaDB, php7 and a NGINX Webserver are running as docker containers and enable thus the installation of piwigo.

Ffmpeg is installed as a package on the Synology NAS OS.

Over the docker-compose file I mounted the ffmpeg-directory into the NGINX Webserver container, to make it reachable for the VideoJS plugin.

...
   volumes:
     - /usr/bin/ffmpeg:/usr/bin/ffmpeg
...

I'm not shure if this is correct because Video-JS plugin still couldn't find ffmpeg.

What else do I need to consider to get VideoJS running?
Do I have to adjust the nginx conf-files?
Or is there a bettter way to make ffmpeg accessible for VideoJS?

I'm a verry newbie in server stuff like this. So I would be verry thankful for every kind of help or advice. - If it's helpful, i can provide more information or code. Pleas ask me.

Thanks for your help in advance. Best regards - Daniel

@Daniel-WW Daniel-WW changed the title ffmpeg not reachable // Nginx Webserver Docker-Compose // mount ffmpeg directory ffmpeg not accessible // Nginx Webserver Docker-Compose // mount ffmpeg directory Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant