VPS video upload driving me nuts

Just stood up a new Centos 6 VPS, following the same process I would on a 5.8 install that works perfectly... but no matter what I've done I can't get video uploads to work on 6.

All permissions are set correctly, I have verified that the temp file is uploaded:

[root@webhost files]# ls -l

-rw-rw-rw- 1 apache apache 1114400 Sep 30 16:49 3_temp

-rw-r--r-- 1 fntn   fntn        83 Sep 19 16:36 index.php

 
ffmpeg + ffmpeg-php is installed on the host locally, as shown by phpinfo():
ffmpeg
 
ffmpeg-php version0.6.0-svn
ffmpeg-php built onSep 30 2012 16:09:02
ffmpeg-php gd supportenabled
ffmpeg libavcodec versionLavc52.72.2
ffmpeg libavformat versionLavf52.64.2
ffmpeg swscaler versionSwS0.11.0
 
DirectiveLocal ValueMaster Value
ffmpeg.allow_persistent00
ffmpeg.show_warnings00
 
The only thing I have observed that looks like it could be a problem is an error in the apache logs, which occurs after the upload completes:
 
sh: /opt/local/bin/ffmpeg: No such file or directory
 
This seems like an obvious indicator of whats wrong, but when I place a copy of ffmpeg at the location listed the same error appears.
 
Attached is a screenshot of the error received in the web browser after a flash or html upload completes.
 
Any ideas?
 
 
 
vidfailed.jpg · 36.2K · 157 views
Skype: shawn.nelson
Quote · 30 Sep 2012

Bump.

 

So I have a local Centos 6.3 box at home that works. Same PHP 5.3.3, same FFMPEG, same Apache. All versions & configurations match as near as I can tell - but still the VPS throws the error. 

 

Skype: shawn.nelson
Quote · 1 Oct 2012

Finally figured it out. I forgot to mention this is with 7.1 Osho....

 

7.0.9 - \flash\modules\global\inc\header.inc.php

Line 59:

 $sFfmpegPath = $sGlobalPath . "app/ffmpeg.exe";

 

7.1.0 - \flash\modules\global\inc\header.inc.php

Line 59:

$sFfmpegPath = '/opt/local/bin/ffmpeg'; //$sGlobalPath . "app/ffmpeg.exe";

I changed the path in 7.1.0 to match the actual path on my server. I haven't tested it with the original 7.0.9 code, so I'm not sure if that syntax will still work.

 

Thank you Boonex for keeping me on my toest :). I can't complain too much, as 7.1 is not even in beta yet!

Skype: shawn.nelson
Quote · 1 Oct 2012
 
 
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.