zencoder-php
zencoder-php copied to clipboard
Zencoder integration library for PHP.
Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...
Reports api
Add an interface to access zencoder reports over the api. In summary reports are accessed using $zencoder->reports->{type}($params) where {type} can be one of 'live', 'vod', 'all'. $params is an optional...
Add missing classes to access reports API: - http://docs.brightcove.com/zencoder-api/v2/doc/index.html#tag/Reports Replaces: https://github.com/zencoder/zencoder-php/pull/17
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,**...
I am running zencoder-fetcher to test and develop locally. I have found that json_decode fails to handle the notification post. I receive the error message: Fail! I receive the notification...
The issue originates when you have define the "number" parameter on a thumbnail format. When retrieing job record, you will only ever see there is a single thumbnail for that...
Fix for issue #21.
I'm seeing some odd behaviour when I send a request to Zencoder from behind our corporate proxy. It looks like an extra set `Content-Type` header is being set, which causes...