error upload video & musci

Hi, i have try to upload a wav file, but the system give me a "uploading file error", but if i upload a mp3 it's all ok.

And if i try to upload video (mp4 for example) i have the same error.

I have changed the ffmpeg for Windows, and changed the execution time to 300 seconds, but i have the "uploading file error". Why? can you hel me?

thanks

Quote · 18 Jun 2009

I have changed my php.ini with this value:

upload_max_filesize 300M
php_value post_max_size 300M
php_value max_input_time 3000
php_value max_execution_time 3000
php_value memory_limit 128M

in ray/modules/global/inc/db.inc.php after the line @mysql_select_db($this->sDb, $this->rLink);

i insert:

mysql_query ("SET @@local.wait_timeout=9000;");
mysql_query ("SET @@wait_timeout=9000;");
mysql_query ("SET @@local.interactive_timeout=9000;");
mysql_query ("SET @@interactive_timeout=9000;");
mysql_query ("SET @@local.connect_timeout=9000;");
mysql_query ("SET @@connect_timeout=9000;");

my safe_mode is off

exec can be use

the script:
echo "<br/><br/><b>ffmpeg output</b><pre>";
$s = realpath("ray/modules/global/app/ffmpeg.exe");
echo $s."<br>";
echo `"$s" -version 2>&1`;

give me:

C:\Program Files\.......\ray\modules\global\app\ffmpeg.exe
FFmpeg version SVN-r9017, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-memalign-hack --enable-pthreads --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-libtheora --enable-libamr-nb --enable-libamr-wb --enable-libgsm --enable-libnut --enable-x264 --enable-gpl --enable-swscaler --enable-liba52 --enable-xvid --enable-libfaad --enable-libfaac --enable-libdts --enable-avisynth --cpu=i686 --disable-shared --enable-static
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on May 13 2007 17:41:26, gcc: 4.1.2
ffmpeg SVN-r9017
libavutil 3212288
libavcodec 3352580
libavformat 3345409

but the system give me the same error!!!

help me please!!!

Quote · 18 Jun 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.