//************************************************************** Akamai Flow Plugin Change list for Version 2.3 //************************************************************** General - Added current plugin version number log at runtime. If logging is set to true, you will see this trace statement at runtime. Added Features 1. Added Metadata keys for : - mbrObject - This key is used for manually adding a Multi-Bitrate profile. Bugs Fixed 1. Found name mismatch for RTMP auth metadata tags in flow config. 2. I was adding three metadata tags to the wrong resource (media instead of plugin). //************************************************************** Akamai Flow Plugin Change list for Version 2.2 //************************************************************** General 1. Skipped version numbers to align this plugin with it's code dependency HDCore and AASP version of 2.2 - Going from 1.4 to 2.2 Added Features 1. Added Metadata keys for : - enableEndUserMapping - This key enables/disables end user mapping for HDN 1.0 or HDN 2.0 content - connectionAttemptInterval - Use this key to specify the RTMP connection interval in milliseconds the NetConnectionFactory will use for consecutive NetConnection attempts when trying to connect to an FMS server. - The default is 200 ms. - This key is currently undocumented, use at your own risk. //************************************************************** Akamai Flow Plugin Change list for Version 1.4 //************************************************************** General 1. Skipped version 1.1-1.3 to align this plugin with it's code dependency AASP version of 1.4 Bug Fixes 1. Fixed issues with live streams duration 2. Fixed issues with live streams playhead position at startup 3. Fixed issues with scrub bar playhead updating at beginning of file if not clicked on. 4. Made Plugin load AASP statically Added Features 1. Added Metadata keys for : - retryLive:true - retryInterval - liveTimeout - primaryToken - akamaiMediaType - akamaiMediaData - mbrStartingBitrate - mbrStartingIndex - enableNetSessionDiscovery - enableAlternateServerMapping - playerVerificationChallenge - genericNetStreamProperty Samples 1. Made the UI look cleaner 2. Removed samples that with no Akamai relevance such as adding UI elements to a flow player which can be found on the Flow player forums and dev pages //**************************************************************