Closed (fixed)
Project:
FlashVideo
Version:
5.x-2.8-rc3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2008 at 18:32 UTC
Updated:
29 Jul 2009 at 00:28 UTC
When I upload a video ( flv, wmv, swf ) with Flashvideo it inevitably fails. After a long while given the size of the file, the uploading just stops. No error messages in the server log, no error messages in Drupal. It is not theme dependent, it happens in Garland as well. I have no problem uploading images or attachments, just videos with flashvideo and I do not know where to look for solutions.
Thanks
Theo Richel
Comments
Comment #1
jtolj commentedHi Theo,
Have you adjusted your php.ini to allow for the large uploads / long processing time required by this module?
Explained well here:
http://www.travistidwell.com/node/176
Comment #2
theorichel commentedI think I did, these are my settings:
# Your current Settings:
* post_max_size=500M
* upload_max_filesize=500M
* max_execution_time=3000
* max_input_time=6000
Comment #3
jtolj commentedYep, looks like your php.ini settings are more than sufficient.
How large are the videos you are uploading? You may be running up against the Apache TimeOut directive; I think that defaults to 300 seconds.
Can you try with a small video file to determine whether it is a timeout issue?
Comment #4
theorichel commentedDoes that Apache Time Out directive also apply to FTP? Because with FTP I am able to upload files of 1.5 Gig which take about two hours. I'll try with a smaller video/.
Thanks
Comment #5
theorichel commentedI have tried to upload a file of 20 mb, after 5 minutes 20 seconds it stopped. Then tried a 4 mb file that was indeed uploaded. Maybe that Time Out directive. It remains strange nevertheless that Flashvideo recommends all sorts of settings for the PHP.ini and ignores this bottleneck.
Comment #6
attheshow commentedNo further discussion after six months. Closing issue.