Video - FFMPEG/FFPROBE

Locked
smied
Posts: 13
Joined: Tue 26. Nov 2019, 10:05

Video - FFMPEG/FFPROBE

Post by smied »

CentOS (VestaCP)
yum -y install epel-release
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el ... noarch.rpm
yum update
yum -y install ffmpeg ffmpeg-devel

Ubuntu (KeyHelp)
apt-get install ffmpeg


In the first case, video support appeared immediately on my site, and in the second case, nothing changed
What needs to be done to activate FFMPEG / FFPROBE?
User avatar
Florian
Keyweb AG
Posts: 1243
Joined: Wed 20. Jan 2016, 02:28

Re: Video - FFMPEG/FFPROBE

Post by Florian »

Hallo,

have you compared the PHP settings on both servers? What about open_basedir? maybe you must allow access to /usr/bin so that your softare can run the binaries inside this folder
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
smied
Posts: 13
Joined: Tue 26. Nov 2019, 10:05

Re: Video - FFMPEG/FFPROBE

Post by smied »

The settings are standard (did not change anything).
Can you tell me how to provide access to /usr/bin?
There is nothing about this in KeyHelp settings.
Only ##DOCROOT##/www:##DOCROOT##/files:##DOCROOT##/tmp
Locked