solved required ffmpeg binary not found in modules/jrCore/tools

resif
@resif
6 years ago
187 posts
required ffmpeg binary not found in modules/jrCore/tools

what is the problem i installed ffmpeg to my vps... i moved yet my web server to vps...
updated by @resif: 01/20/19 01:10:43PM
resif
@resif
6 years ago
187 posts
and i found ffpmeg under public_html/modules/jrSystemTools/tools
can i create tools directory under /modules/jrCore/ and move ffmpeg to here

my system check is
convert executable fail is not executable
epeg executable fail is not executable
ffmpeg executable fail modules/jrCore/tools/ffmpeg is not working correctly
id3v2 executable fail is not executable
jpegoptim executable fail is not executable
sox executable fail is not executable
wget executable fail is not executable


updated by @resif: 10/20/18 05:47:34AM
douglas
@douglas
6 years ago
2,767 posts
Those binary files are now in the System Tools module, make sure you have that installed and the binary files are CHOMD to 755.

You may need to contact your hosting provider and ask what directory the binary files need to be if it isn't working for you.

https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
resif
@resif
6 years ago
187 posts
required ffmpeg binary not found in modules/jrCore/tools
This is my log error.. i checked ther is no a tools directory under /jcore anda searched anda find it systemtools .. i have my own vps
updated by @resif: 10/20/18 08:48:18AM
resif
@resif
6 years ago
187 posts
i am receving this errors now i added all files to modules/jrSystemTools/tools

convert executable fail modules/jrSystemTools/tools/convert is not working correctly
epeg executable fail modules/jrSystemTools/tools/epeg is not working correctly
ffmpeg executable fail modules/jrSystemTools/tools/ffmpeg is not working correctly
id3v2 executable fail modules/jrSystemTools/tools/id3v2 is not working correctly
jpegoptim executable fail modules/jrSystemTools/tools/jpegoptim is not working correctly
sox executable fail modules/jrSystemTools/tools/sox is not working correctly
wget executable fail modules/jrSystemTools/tools/wget is not working correctly
michael
@michael
6 years ago
7,696 posts
Its a problem with your server.

Docs: "Howto use a different ffmpeg binary"
https://www.jamroom.net/the-jamroom-network/documentation/howto/4641/howto-use-a-different-ffmpeg-binary
resif
@resif
6 years ago
187 posts
added this
$_conf['jrCore_ffmpeg_binary'] = '/usr/bin/ffmpeg';

but nothing changed...
i need a manuel insall ffmpeg for jamroom...

Tags