Replies
- Roni Gabriel on October 31, 2020 at 4:30 am in reply to: Mediapress Transcoder — Transcoder needs FFMPEG #34212
I have checked to see if shell_exec() works on my server and it does. My webhost uses Linux.
I can run this php script
<?php
if(exec(‘echo EXEC’) == ‘EXEC’){
echo ‘exec works’;
}
?>and it returns that it works.
What do I need to do next?