-
Notifications
You must be signed in to change notification settings - Fork 189
Configuration.php variable ( some are hidden )
Daniel Neto edited this page Nov 8, 2021
·
10 revisions
As the project grows, new variables are written but with the time are forgotten ( hidden )
On this page, we will update and save this all known variable that any user could add to his configuration.php on /videos
in case does not have them.
NOTE :
0 = Disable , False
1= Enable , True
$global['concurrent'] = {concurrent encoding process};
// Default is 1, but you can have more encoding process at the same time increasing the value of this variable
$global['php'] = '/usr/bin/php';
_// Location of the PHP executable
$global['ffmpeg'] = '/usr/bin/ffmpeg';
_// Location of the FFMPEG executable
$global['youtube-dl'] = '/usr/local/bin/youtube-dl';
_// Location of the youtube-dl executable