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?