zencoder-php
zencoder-php copied to clipboard
"Services_Zencoder_HttpException" occur when making $zencoder->jobs->create() call.
trafficstars
Hi team,
When making a call "$zencoder->jobs->create()", I get an exception "Services_Zencoder_HttpException". Looking into the sources, removing the following line from the Http.php will resolve the issue.
CURLOPT_INFILESIZE => -1,
Would you be able to check this?
I just experienced this issue on a site that had previously been working. The fix above seems to solve the issue.