Difference between revisions of "MediaUrlResult"

From Gvp-public
Jump to navigation Jump to search
 
(10 intermediate revisions by 3 users not shown)
Line 11: Line 11:
  
 
! ConcurrenceToken
 
! ConcurrenceToken
{{!}} String
+
{{!}} long
 
{{!}}  
 
{{!}}  
 +
{{!}}- valign="top"
 +
 +
! CustomData
 +
{{!}} string
 +
{{!}} bgcolor="#7DC04E" {{!}} '''New in 4.0'''
 +
Token (and other fields) required for TransparentCatchup playback (License Acquisition)
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 26: Line 32:
  
 
! Resume
 
! Resume
{{!}} Resume
+
{{!}} [[Resume]]
 
{{!}}  
 
{{!}}  
 
{{!}}- valign="top"
 
{{!}}- valign="top"
Line 33: Line 39:
 
{{!}} String
 
{{!}} String
 
{{!}}  
 
{{!}}  
 +
{{!}}- valign="top"
 +
 +
! LA_URL
 +
{{!}} String
 +
{{!}} bgcolor="#7DC04E" {{!}} '''New in 4.1'''
 +
For Transparent Catchup DASH contents, the License Server Url to use will be returned here
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 41: Line 53:
  
 
{
 
{
:    "Url": "http://B31915.cdn.telefonica.com/31915/126457_BA01FD58BE0BAF0720140531003004.mp4",
+
:    "Url": "http://l3edvwdq01.cust.footprint.net/video/VOD/wv/md/HIO042194_11E/HIO042194_11E_w8.mpd",
 
:    "Expiration": 1441911092,
 
:    "Expiration": 1441911092,
 
:    "MediaInfo": "eyJNb3ZpZUlkIjoyODE5OSwiTWVkaWFJZCI6MTI2NDU3LCJBY2Nlc3NSZWFzb24iOjIsIlN1YnNjcmlwdGlvbklkIjoxMDUsIlBsYXlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjcwODB9",
 
:    "MediaInfo": "eyJNb3ZpZUlkIjoyODE5OSwiTWVkaWFJZCI6MTI2NDU3LCJBY2Nlc3NSZWFzb24iOjIsIlN1YnNjcmlwdGlvbklkIjoxMDUsIlBsYXlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjcwODB9",
 
:    "ConcurrenceToken": "874d76bed83d4b509cce44b5b37ca003",
 
:    "ConcurrenceToken": "874d76bed83d4b509cce44b5b37ca003",
 +
:    "CustomData": "tokenID=ee06add9-a7c2-435c-b6b9-43a20e5d1c65",
 +
:    "LA_URL": "https://qa-tve.hbo-la.com/DRMHub/wv/GetLicense"
 
:    "Resume": {
 
:    "Resume": {
 
::    [[Resume]]
 
::    [[Resume]]
Line 63: Line 77:
 
{{!}} Initial data type implementation
 
{{!}} Initial data type implementation
 
{{!}} Harley Cabral
 
{{!}} Harley Cabral
 +
{{!}}- valign="top"
 +
 +
! 4.1
 +
{{!}} DASH support for Transparent Catchup
 +
{{!}} José Manuel Escartín
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Latest revision as of 11:56, 15 December 2016

Media URL Result object

Members

Field Data Type Description
ConcurrenceToken long
CustomData string New in 4.0

Token (and other fields) required for TransparentCatchup playback (License Acquisition)

Expiration long
MediaInfo String
Resume Resume
Url String
LA_URL String New in 4.1

For Transparent Catchup DASH contents, the License Server Url to use will be returned here


Example

{

"Url": "http://l3edvwdq01.cust.footprint.net/video/VOD/wv/md/HIO042194_11E/HIO042194_11E_w8.mpd",
"Expiration": 1441911092,
"MediaInfo": "eyJNb3ZpZUlkIjoyODE5OSwiTWVkaWFJZCI6MTI2NDU3LCJBY2Nlc3NSZWFzb24iOjIsIlN1YnNjcmlwdGlvbklkIjoxMDUsIlBsYXlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjcwODB9",
"ConcurrenceToken": "874d76bed83d4b509cce44b5b37ca003",
"CustomData": "tokenID=ee06add9-a7c2-435c-b6b9-43a20e5d1c65",
"LA_URL": "https://qa-tve.hbo-la.com/DRMHub/wv/GetLicense"
"Resume": {
Resume
}

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral
4.1 DASH support for Transparent Catchup José Manuel Escartín


See also