aaPanel_Kern
It's a difficult job for me.
Find the Open_basedir conf file
Code:
{WEBSPACEROOT}{/}{:}{TMP}{/}:/usr/bin/ffmpeg:/usr/bin/ffprobe
Moreover a timeout parameter has to be in PHP code :
Code:
$ffmpeg = FFMpeg\FFMpeg::create(
array(
'timeout' => 0,
)
);
instead of
Code:
$ffmpeg = FFMpeg\FFMpeg::create();
Can I change it like this?