View Single Post
Old 09-15-2010, 06:08 AM  
StariaDaniel
Confirmed User
 
Join Date: Oct 2007
Location: Netherlands
Posts: 415
Quote:
Originally Posted by darksoul View Post
Alternatively see if anything is showing in your apache logs.
Yeah, check the Apache error log, PHP error log and syslog. just search for "ffmpeg".

If you've command line access just run

cat /your/path/to/apacheerrorlog |grep "ffmpeg"
cat /your/path/to/phperrorlog |grep "ffmpeg"
cat /your/path/to/syslog |grep "ffmpeg"

You can find the paths to the logs in your httpd.conf (apache), php.ini (php) and syslog.conf (syslos)
StariaDaniel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote