evertime I try to uplload a video I get a file error.
Its a wmv file, and only 1.09MB.
any idea what I may be doing wrong?
thanks
evertime I try to uplload a video I get a file error. Its a wmv file, and only 1.09MB.
any idea what I may be doing wrong?
thanks |
i used to get that all the time, then learned there are two versions of ffmpeg.exe if you are using windows hosting try this ffmpeg.exe for Windows (3 Mb)
if you are using ffmpeg for FreeBSD 6.2 (3 Mb) try that. they can be found on this page. http://www.boonex.com/products/dolphin/download/
they need to be placed in ray\modules\global\app if it askes just over write whats there and you should be good to go.
Hope that helps, Jay https://dolphin-techs.com - Skype: Dolphin Techs |
http://www.boonex.com/trac/ray/wiki/GenRayTshooter after that...if it wont work post result I have video tutorials to help you mrpowless.com |
Edit you php.ini and set max upload size to a max value. ---- |
I am getting an error as well. I was able to upload one video at 2.67 MB. My php.ini is set to 8MB and I have tested it with php info. I have also tried downloading the .tar version of ffmpeg.exe to no avail. Are there any other steps I can take? |
Increase the time of execution of script. ---- |
You need to follow what the others are saying but if you are uploading a 2MB file and your settings are for 8MB then you need to set your MySQL to wait_timeout=300 |
Is there a query command I would need to run to change this wait_timeout=300 or does this go in the php.ini? |
Just increase max_execution time that will help. ---- |