Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

BrightcoveOS/Java-MAPI-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

About

WARNING: The Media API is deprecated and should not be used for new projects. More information.

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.

Documentation

JavaDocs

Downloads

Version 4.1.11:

  • Allowing creation of a video with renditions only (mainly for remote asset titles)

Full Download - including all Brightcove Commons libraries:

Minimal Download - including only necessary Brightcove Commons libraries:

Library Only:

Version 4.1.10:

  • Moving downloads to Amazon S3.
  • Including 4.1.10 commons lib with fixes for Playlists, new log redacting, etc.

Full Download - including all Brightcove Commons libraries:

Minimal Download - including only necessary Brightcove Commons libraries:

Library Only:

Version 4.1.9:

Including 4.1.9 commons lib with support for LIVE_STREAMING controller type. Fix to make optional URL parameters (page size, page number, sort by, sort order) actually optional - passing in null will remove the parameter from the URL request.

Full Download - including all Brightcove Commons libraries:

Minimal Download - including only necessary Brightcove Commons libraries:

Library Only:

Version 4.1.8:

Adding iOS Rendition objects. Deprecating enableUDS methods - replacing with get/setDeliveryMethod(). Delivery method can be set to "http" (PD downloads if enabled at the account level) or "http_ios" (for iOS m3u8 delivery).

Full Download - including all Brightcove Commons libraries:

Minimal Download - including only necessary Brightcove Commons libraries:

Library Only:

Version 4.1.7:

Includes fixes from Java-Commons 4.1.7 (primarily just a few new sort by type enum values).

Full Download - including all Brightcove Commons libraries:

Minimal Download - including only necessary Brightcove Commons libraries:

Library Only:

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:

Latest Source

You can check out the latest source code at the GitHub page; please note that there is no guarantee of code usability or stability.

About

This project provides a starting point for integrating the Brightcove Media API into your application. It provides simple ways to interact with the API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages