mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ffmpeg config
This commit is contained in:
parent
399bf5f810
commit
55003148d4
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ return [
|
|||
|
||||
'timeout' => 3600,
|
||||
|
||||
'enable_logging' => env('FFMPEG_LOG', false),
|
||||
|
||||
'set_command_and_error_output_on_exception' => false,
|
||||
'log_channel' => env('FFMPEG_LOG_CHANNEL', false), // set to false to completely disable logging
|
||||
|
||||
'temporary_files_root' => env('FFMPEG_TEMPORARY_FILES_ROOT', sys_get_temp_dir()),
|
||||
|
||||
'temporary_files_encrypted_hls' => env('FFMPEG_TEMPORARY_ENCRYPTED_HLS', env('FFMPEG_TEMPORARY_FILES_ROOT', sys_get_temp_dir())),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue