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

Thread: Can't upload video

  1. #1
    Join Date
    Apr 2007
    Posts
    27

    Default Can't upload video

    I have just installed vShare, but when I try to upload a video (filling in step 1, uploading a video in step 2) I get back to step 1 (after some minutes uploading) instead of a confirmation message.

    I have chmodded all the neccesary directory's and I have the site hosted at Cirtex.com. It has all the neccesary installed software, and I have entered the right dirs in the vShare installation.

    What could be wrong?

    Thanks in advance..

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

    Default

    What is the size of video you are uploading ?

    What is your site url ?

  3. #3
    Join Date
    Apr 2007
    Posts
    27

    Default

    The URL is http://www.cgwatch.com/

    The size of the vids varies from 11,3 mb ~ 80 mb (tried 3 files).

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

    Default

    try uploading small video, bigger video need more CPU time, that is why youtube itself limit video size to 100 MB.

    Since you are on shared hosting, CPU is shared by other sites, so big video convertion may be a problem.

    Your php.ini settings are

    max_execution_time 300 300
    max_input_time 60 60
    That is script execute for 200 seconds, if you upload big video it need more time to get converted into FLV format.

    You may need to modify other php.ini settings too.

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

    Default

    Your phpinfo says

    post_max_size 8M 8M
    http://www.cgwatch.com/phpinfo.php

    That is 8 MB is the maximum file upload size now set in your server.

  6. #6
    Join Date
    Apr 2007
    Posts
    27

    Default

    Thnx! I changed the settings and it all works fine now :-) Great script!

  7. #7
    Join Date
    May 2007
    Posts
    686

    Default

    Hello. I just purchased your script and installed it on my shared domain, i have all the requirements installed without a hitch, i am having problems with uploading videos tho, i get a few errors one when signing in it sometimes gives a 404 error, once u go back a page then come back u are logged in. The other when u upload it stops and says : Fatal error: Cannot instantiate non-existent class: ffmpeg_movie in /home/vidmin/public_html/upload.php on line 192. Any ideas?

    My website is http://www.vidshrine.com

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

    Default

    I checked your phpinfo at

    http://www.vidshrine.com/phpinfo.php

    You don't have ffmpeg-php installed.

    You need all requirements properly installed on your server to get the script working.

  9. #9
    Join Date
    May 2007
    Posts
    686

    Default

    I installed it all on the dedicated server, hmm i take it i need to install into that domain? I went thrrough the whole process of installing and it went smoothly.

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

    Default

    ffmpeg-php is an php module, so it need to installed on server, not on domain. Once this is installed, you will be able to see it in php info, just like other php modules.

    Check the phpinfo at

    http://video.bizhat.com/phpinfo.php

    Search for text "ffmpeg", you will see.

    ffmpeg
    ffmpeg support (ffmpeg-php) enabled
    ffmpeg-php version 0.5.0
    libavcodec version Lavc51.28.0
    libavformat version Lavf51.7.0

    Directive Local Value Master Value
    ffmpeg.allow_persistent 0 0

Page 1 of 3 123 LastLast

Similar Threads

  1. When you upload a video, it cuts off some of the video?
    By Johnnguyen1 in forum Bug Reports
    Replies: 1
    Last Post: 06-27-2008, 08:40 AM
  2. Video Upload Help!
    By porkd in forum Bug Reports
    Replies: 2
    Last Post: 11-12-2007, 06:04 PM
  3. Upload a video
    By helloken in forum Installation Support
    Replies: 1
    Last Post: 11-08-2007, 07:56 PM
  4. after i upload yhe video.
    By baleyas in forum Installation Support
    Replies: 1
    Last Post: 09-04-2007, 05:28 PM
  5. Cannot upload video
    By peterkim in forum Installation Support
    Replies: 1
    Last Post: 07-24-2007, 09:26 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
  •