GetAESKey

From Gvp-public
Jump to navigation Jump to search

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