ffmpeg iis 7 problem

Hi,

I've some probleme with dolphin for adding music or video

I've a personal server with windows server 2008 ( iis 7 ) and i've installed Dolphin through PLESK 9

I've change the ffmpeg version to a windows version ( work well if i launch it manually)

I've try a lot of things (changing ffmpeg and cmd.exe permissions but without any result, here is the test script result for ffmpeg problem.

PHP INI settings

safe mode =
disabled functions =
max execution time = 30
post_max_size = 500M
upload max filesize = 500M

ffmpeg output

AccŠs refus‚. ( mean Access is denied)

Quote · 8 Dec 2009

I've try several things to make it work, but without any result.

I don't know where is the problem, and there is not a lot of information for windows OS

I've try to change permission in c:\windows\temp and cmd.exe but that change anything

When i upload a file ( mp3 or video ) , i can see a file created in windows temp which name like phpA73E ( changing)

but  i can't see any file in the "file directory" ( mp3 or movie)

and i have the "uploading file error" or "undefined"

Quote · 8 Dec 2009

ok i've found that when i use ffmpeg.exe without full path ( in each files directory and after modified function.inc.php) it works but no if exe or source / destination file had a absolute path

Same problem with dolphin 7

For example :

i've log the default dolphin path so here is the result :

C:\\\\inetpub\\\\vhosts\\\\xxxxx\\\\httpdocs/dol/ray/modules/global/app/ffmpeg.exe doesn't work

but

ffmpeg.exe work ( but ffmpeg.exe should be in the script execution folder : files

is this because the full path had a special look ( four \ )

to avoid permission problem i've done all permission for "EveryBody"

Quote · 14 Dec 2009

NOTE FOR IIS USER : exec problem came from the path of executable file

so if you had :

$sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";
$sFfmpegPath = str_replace("\\\\\\\\","/", $sFfmpegPath );
$sFfmpegPath = substr($sFfmpegPath, 2);

in header.inc.php : there is no problem

Quote · 15 Dec 2009

 

NOTE FOR IIS USER : exec problem came from the path of executable file

 

so if you had :

 

$sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";
$sFfmpegPath = str_replace("\\\\\\\\","/", $sFfmpegPath );
$sFfmpegPath = substr($sFfmpegPath, 2);

 

in header.inc.php : there is no problem

Since you are a fellow IIS 7 user, I was wondering if you were having (or are still having) any issues as to why photos will not load. Or why there doesn't seem to be any gallery folders?

Thank you very much!

~D

Quote · 3 Mar 2011

I recommend you guys to use Linux for dolphin.

In Windows, the absolute path will work. Just make sure that PHP recognizes the ffmpeg.exe with the path that you provide.

----
Quote · 3 Mar 2011
 
 
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.