GetAESKey

From Gvp-public
Revision as of 16:20, 9 February 2016 by Pcl245 (talk | contribs)
Jump to navigation Jump to search

Warning.png

This method has been deprecated in GVP 3.2.

Description

Returns the AES Key used for the DRM protection of the content (live channel ID, CDN Live ID).

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.
  • liveChannelId (int, required)
Live Channel ID
  • cdnLiveId (int, required)
CDN Live ID


Returns

Returns a JSON object with the string of the AES Key.

Example:

{

"Content": "GdBP0Z8j1dJO8fw9b5pa4dqayl59oWnhqrDdkG7Y_99v5eaoxsoh1m942M-WByH446EQZk390jxk8UKktirKxoSKE7e6JWS..."

}


Exceptions

  • None.


Caching

This method is not cached.


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also