solved ffgpeg not executable after update.

Cloud Media
Cloud Media
@cloud-media
5 years ago
53 posts
We currently cannot upload audio or video. We do run under a sub domain.

Data config is already set with $_conf['jrCore_ffmpeg_binary'] = '/usr/bin/ffmpeg';

We already spoke with the server admins they indicated no changes in their service.

Under system check is shows this ffmpeg executable fail is not executable. This worked fine prior to the recent updates.

Please advise
updated by @cloud-media: 07/19/19 04:26:24AM
michael
@michael
5 years ago
7,696 posts
Try changing it to
$_conf['jrSystemTools_ffmpeg_binary'] = '/usr/bin/ffmpeg';

Tags