Hi guys. I've been playing with this thing for days but i can't get it work. I have ffmpeg installed on centos with kloxo. From php i have to execute the following code: system("curl " . escapeshellarg($flv['dl']) . " | ffmpeg -f flv -i - -f mp3 -ab 320k pipe:1"); PHP: But for some reason i can not get it work. From php config i have deleted Disable Functions all. I did same from php.ini main and domain as well. still not working. I can give shell access to the clients which i did still on domain it is not working. Any help appreciated. Thanks
Please define, "I cannot get it to work". What problems are you having? What kind of setup do you have?