Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Can't upload videos

  1. #1
    777connect is offline Junior Member
    Join Date
    Jul 2007
    Posts
    15

    Default Can't upload videos

    This is a fresh installation and just purchased today. I have installed everything and checked and double checked requirements, modules installed and paths. I have been working with the tech for my server for several hours and I still get this error when I am uploading a video.

    Fatal error: Error seeking to beginning of video stream in /chroot/home/user/mysite.com/html/videoshare/include/function.php on line 214

    I begin the upload and it processes. Then it comes up with that error. I can then go to the site and see a thumbnail and the the file page is there, but the video does not play.

    The techs on my server say it is a vendor problem. What say you?

  2. #2
    zeffer is offline Senior Member
    Join Date
    May 2007
    Posts
    696

    Default

    I say something not installed properly

  3. #3
    777connect is offline Junior Member
    Join Date
    Jul 2007
    Posts
    15

    Default

    Quote Originally Posted by zeffer
    I say something not installed properly
    Something in the script, something on the server. Any leads.....

  4. #4
    zeffer is offline Senior Member
    Join Date
    May 2007
    Posts
    696

    Default

    Ok the usual thing to check, post your config.php (its in include folder) **make sure to remove the password part lol**. Also were all the files uploaded in binary mode. Theres about 8 other questions i want to ask but what version have you installed? Did you skip install versions...

  5. #5
    777connect is offline Junior Member
    Join Date
    Jul 2007
    Posts
    15

    Default

    Thanks for the quick reply.
    Quote Originally Posted by zeffer
    Ok the usual thing to check, post your config.php (its in include folder) **make sure to remove the password part lol**. Also were all the files uploaded in binary mode. Yes

    Theres about 8 other questions i want to ask but what version have you installed?
    Version Information

    You Are using vShare version: 2.1 Release: 20070625

    Latest vShare version is: 2.1 Release: 20070625

    You are using latest version of vShare.

    Did you skip install versions...
    Not sure what you mean about skip, but I installed what was sent to me when I purchased.

    Here is the config file info:
    <?

    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "localhost";
    $db_name = "";
    $db_user = "";
    $db_pass = "";

    $language = "en";

    $config = array();
    $config['ffmpeg'] = "/usr/local/bin/ffmpeg";
    $config['mplayer'] = "/usr/local/bin/mplayer /usr/local/etc/mplayer /usr/local/lib/mplayer";
    $config['mencoder'] = "/usr/local/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/user/mysite.com/html/videoshare";
    $config['baseurl'] = "http://www.mysite.com/videoshare";

    include($config['basedir'] . "/include/vshare.php");

  6. #6
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default

    Problem is with ffmpeg getFrame function, this can be caused by ffmpeg, ffmpeg-php installation.

    Make sure your video is valid, you can try uploading the same video to http://video.bizhat.com to see if its a problem with your ffmpeg/ffmpeg-php installation or not.

  7. #7
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default

    Code:
    $config['mplayer'] = "/usr/local/bin/mplayer /usr/local/etc/mplayer /usr/local/lib/mplayer";
    This is not correct, you should have only one valid path to mplayer. You have 3 different locations.

  8. #8
    zeffer is offline Senior Member
    Join Date
    May 2007
    Posts
    696

    Default

    LOL i was just about to post that till i scrolled a little lower lmao.

    /usr/local/lib/mplayer

  9. #9
    777connect is offline Junior Member
    Join Date
    Jul 2007
    Posts
    15

    Default

    OK, I uploaded it to your test server with no problem. STill have the problem on my site. I changed the config file for the mplayer one at a time for each of the 3 locations and each time I got the same error. Presently I have it set to /usr/local/lib/mplayer

  10. #10
    777connect is offline Junior Member
    Join Date
    Jul 2007
    Posts
    15

    Default update

    I had them reinstall all the modules again, and still have the same problem.

Page 1 of 3 123 LastLast

Similar Threads

  1. cant upload videos
    By esqlade in forum Installation Support
    Replies: 1
    Last Post: 12-20-2007, 04:15 AM
  2. upload 30 min videos
    By samer in forum General Discussions
    Replies: 1
    Last Post: 12-12-2007, 06:00 PM
  3. Cant upload videos...
    By workownz in forum General Discussions
    Replies: 3
    Last Post: 07-30-2007, 05:29 AM
  4. Cant upload any videos
    By karlmay in forum Fixed Bugs
    Replies: 2
    Last Post: 07-11-2007, 02:44 PM
  5. cannot upload videos , cannot view my videos
    By kumaran in forum Installation Support
    Replies: 40
    Last Post: 06-25-2007, 06:21 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
  •