BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 11
    Roni Gabriel on 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?