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.1.6:
Includes fixes from Java-Commons 4.1.6.
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 4.1.5:
Includes fixes from Java-Commons 4.1.5. Fixing bug when obtaining null playlist.
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 4.1.3:
Fixes bug in search_videos - the "none" parameter is multi-list rather than multi-value. i.e. none=foo&none=bar rather than none=foo&bar
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 4.1.2:
Includes commons library v4.1.2 - primarily just bug fixes to the commons applications library. Shouldn't change behavior of the MAPI wrapper much.
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 4.1.1:
This version an ExceptionHandler to the ReadApi (similar to the handler added to the WriteApi in 4.1.0). It also includes the minor revision 4.1.1 of the Java Commons library.
The ExceptionHandler object basically allows a user's custom code determine whether or not a command should be retried if an exception is thrown.
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 4.1.0:
This version adds adds two major new features:
- Use the new 4.1.0 commons library to allow video serialization to/from XML
- Allow the WriteApi to specify an "ExceptionHandler" object (ReadApi support coming soon)
The ExceptionHandler object basically allows a user's custom code determine whether or not a command should be retried if an exception is thrown.
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
Version 4.0.3:
This version uses the new major release of the Brightcove Commons libraries. This allows both the read and write api to specify an HttpClientFactory, which can dictate how HttpClients are created each time a method is called.
This is especially necessary if a user wishes to use https instead of http to communicate with the Media API.
Full Download - including all Brightcove Commons libraries:
Minimal Download - including only necessary Brightcove Commons libraries:
Library Only:
You can check out the latest source code at the GitHub page; please note that there is no guarantee of code usability or stability.