Hostmonster video upload error

I use Hostmonster, I got hostmonster with mscott I signed up for hosting through his  link on makeasocialnetwork.com, everything works fine except for video upload, I presume makeasocialnetwork.com uses hostmonster, I have uploaded a large video there "30mo" and it works fine.

On my side I can only upload very small videos, the same 30mo video will upload, ffmpeg will make a succesfull flv but named 2_temp.flv , an undefined error message pops up before final update of the new video to the profile.

The error message pops up 1 to 2 minutes after upload is 100% and finished, as you see the flash working.

My php.ini looks ok, max execution time is limided by hostmonster is 5mn, this should be enough.

So if someone is using hostmonster and it works, please give me your settings.

My settings:

safe mode =
disabled functions =
max execution time = 300
post_max_size = 100M
upload max filesize = 100M

ffmpeg output

FFmpeg version SVN-r10832, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static
libavutil version: 49.5.0
libavcodec version: 51.46.1
libavformat version: 51.16.1
built on Oct 22 2007 21:09:01, gcc: 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
FFmpeg SVN-r10832
libavutil   3212544
libavcodec  3354113
libavformat 3346433

Quote · 2 Apr 2009

Hi... I have the same problem..it uploads, converts but it doesn't rename them..is it a hostmonster problem ?

Quote · 20 Jul 2009

same prob on hostgator

Quote · 14 Oct 2009

i used hostgator for a long time with no problems uploading video.  you just have to make sure they are the right file format to begin with.    try to use the sample video that comes with vista in the documents folder.  just to see if you can even upload video at all.  Ofcourse if you are on a pc that is....

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 14 Oct 2009

For host monster try adding to your php.ini or creating a php.ini file in your root install with the following:
(yousite.com/php.ini) you might also put a copy of the same php.ini in the ray directory/directories(yoursite.com/ray/php.ini). That usually works at hostmoster. You can go deeper if necessary, but usually not required(yoursite.com/ray/movie/php.ini) etc.

upload_max_filesize = 100M
post_max_size = 100M
output_buffering = on
max_execution_time = 1000
max_input_time = 1000
memory_limit = 128M

But like dolphin_jay said you do need the right format video, some less popular or less common ones that were encode with an odd ball codec don't work sometimes.

Try the above php.ini and a different video if you can. The above limits the size to 100mb file and 1000 sec execution/input time which is usually more than enough. You can remove the output buffering line if you want it's usually not needed either, but I put it there just in case.

Good Luck!

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 14 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.