Results 1 to 5 of 5

Thread: Video uploads to /videos, but script stops there

  1. #1
    Join Date
    May 2007
    Posts
    394

    Default Video uploads to /videos, but script stops there

    Hello:

    I just want to first say "thank you" for offering this support forum. Its a lot more than one expects to get for $10.

    I've installed the script here: http://TheWebChannel.ca

    I'm having a problem in that once the video uploads, the upload.php script just stops. I'm not sure which of the programs are being affected, as this happens even if I upload a .flv file.

    When you upload the file, you wind up on a blank page. The file is present in /videos but nothing else happens. There's a listing on the page for it, but no thumbnail, and no flv video.

    I have verified the presence of all the required tools and have the correct paths in my config.php file:

    php: http://www.thewebchannel.ca/phpinfo.php

    Code:
    [root@clicker1 video]# ls /usr/local/bin/mplayer
    /usr/local/bin/mplayer
    
    [root@clicker1 video]# ls /usr/local/bin/ffmpeg
    /usr/local/bin/ffmpeg
    
    [root@clicker1 video]# ls /usr/local/bin/mencoder
    /usr/local/bin/mencoder
    
    [root@clicker1 video]# ls /usr/bin/flvtool2
    /usr/bin/flvtool2
    
    [root@clicker1 video]# whereis ffmpeg
    ffmpeg: /usr/local/bin/ffmpeg /usr/local/lib/ffmpeg.so




    Any thoughts? Thank you....

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    ffmpeg-php is not available on your server. If you have it, it will show up in phpinfo.

  3. #3
    Join Date
    May 2007
    Posts
    394

    Default ffmepg-php

    Thank you!

    The problem was that I was referencing the ffmpeg.so file by it's full file location, ie, "extension=/usr/lib/php4/ffmpeg.so" ... and it was making me crazy because no matter where I put it in the php.ini file, it would not show up.

    Then I changed it to "extension=ffmpeg.so" and it's in the phpinfo file now and the uploads are working.

    Thank you again!

  4. #4
    Join Date
    May 2007
    Posts
    1

    Default ffmpeg-php

    what if ffmpeg-php is not available on my server ? what then ?
    I use http://www.bluehost.com as web server

  5. #5
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    I don't think they have it, ask them to confirm.

Similar Threads

  1. Niche Video Script - New videos are not added to list
    By inkarpathos in forum Bug Reports
    Replies: 0
    Last Post: 02-01-2009, 03:10 PM
  2. usernames with full stops in
    By clodhopper in forum Installation Support
    Replies: 2
    Last Post: 11-20-2008, 05:56 PM
  3. Upload Bar stops at 500 kb
    By sabinnechita in forum Bug Reports
    Replies: 2
    Last Post: 10-09-2008, 07:47 AM
  4. No videos found with yourtube video script
    By musictvblogger in forum Bug Reports
    Replies: 1
    Last Post: 04-01-2008, 09:33 PM
  5. html allowed in video uploads again?
    By leki in forum Fixed Bugs
    Replies: 5
    Last Post: 08-01-2007, 07:16 PM

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
  •