Results 1 to 3 of 3

Thread: Convert Error (Convert Now)??

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2009
    Posts
    2

    Lightbulb Convert Error (Convert Now)??

    Hello,

    Ok, so I have a question.. I have set the script so it auto approves, and also for cronjob based (both parts are good), but whenever some one uploads a video it goes to the "Process Queue" and shows it as "Convert Error" :(

    So why does it shows as error? if I can actually click on "Convert Now" and it converts it then without problems and lets me stream it... this is really frustrating because then I have to click on "Convert Now" every time some one uploads a video, since it doesn't convert it automatic and shows the "Convert Error" :(

    I also believe my paths are correct, as I did "Which ffmpeg" via ssh and showed the correct paths (Yes I installed them, and I also have another script running under same server and works fine)

    $config['ffmpeg'] = '/usr/bin/ffmpeg';
    $config['mplayer'] = '/usr/bin/mplayer';
    $config['mencoder'] = '/usr/bin/mencoder';
    $config['flvtool'] = '/usr/local/bin/flvtool2';
    $config['basedir'] = '/home/userco/public_html';
    $config['baseurl'] = 'http://site.com';

    The PHP path and the uber upload path are both correct, and so is the cronjob cmd too :( so what's going on here?..

    Please help me out :)
    Thanks.
    Last edited by Akai; 06-03-2009 at 01:25 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •