Quote:
Originally Posted by darksoul
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)