I got a youtube clone script of someone here on DP but getting error when trying to upload videos. The script requires FFMPEG installed and FFPMPEG+php. I verified with the host the path to ffmpeg The error is: Fatal error: Cannot instantiate non-existent class: ffmpeg_movie in /home/xxxtenet/public_html/upload.php on line 83. line 83 in upload php is { $mov = new ffmpeg_movie($ff); The site url is xxxtube.net You can use user: czar pass: 123456 to log in and try it. Willing to give away any script on www.phppod.com for fixing this issue Please help Thanks
anyone find the fix to this error? I have the same thing, I have ffmpeg installed and was instructed to add it via my htaccess file like AddType video/x-flv .flv perhaps I have it in the wrong location? need help!!