This project provides a starting point for integrating the Brightcove Media API into your application. It provides simple ways to interact with the API.
This project relies on the Brightcove Commons open source libraries.
Version 4.0.1:
This version uses the new major release of the Brightcove Commons libraries. It also incorporates the following changes:
- Video object now supports Ad Keys
- Write API can now specify additional HttpParams to pass on the post method [feature request 2] (#2)
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 3.0.5:
This patch fixes a bug in the CuePoint object when serializing to JSON.
Full Download - including Brightcove Commons libraries:
Library Only:
Version 3.0.4:
This patch fixes a bug when we open a new connection for each request. Basically it makes sure to fully parse the response before closing the socket.
This also includes the 3.0.4 BC Commons libraries, which fix a few bugs in the BC Catalog Objects library.
Full Download - including Brightcove Commons libraries:
Library Only:
Version 3.0.2:
This patch release allows UpdateVideo to send video fields via JSON even if the field value is null.
Library Only:
Full Download - including Brightcove Commons libraries:
Version 3.0.1:
This patch release creates a new HttpClient object for every request. Under very high load, this isn't as efficient, but it allows us to easily close socket connections properly which is more important.
Library Only:
Full Download - including Brightcove Commons libraries:
Version 3.0:
Library Only:
Full Download - including Brightcove Commons libraries:
You can check out the latest source code at the GitHub page; please note that there is no guarantee of code usability or stability.