pulse00 / ffmpeg-bundle

Symfony bundle to provide PHP-FFmpeg as a Symfony service
Other
57 stars 29 forks source link

Bugfix: Didn't pass timeout-argument to FFMPEG #5

Closed micronax closed 10 years ago

micronax commented 10 years ago

This commit fixes a bug which didn't pass the timeout configuration value to the FFMPEG Service.

A Symfony-Process has a default timeout of 300 seconds, so any transcoding-operations taking longer than 300 seconds aborted with a ProcessTimedOutException and ExecutionFailureException

pulse00 commented 10 years ago

@micronax thanks!