Difference between revisions of "MediaUrlResult"
Jump to navigation
Jump to search
| (7 intermediate revisions by 2 users not shown) | |||
| Line 11: | Line 11: | ||
! ConcurrenceToken | ! ConcurrenceToken | ||
| − | {{!}} | + | {{!}} long |
| − | {{!}} | + | {{!}} |
{{!}}- valign="top" | {{!}}- valign="top" | ||
! CustomData | ! CustomData | ||
| − | {{!}} | + | {{!}} string |
| − | {{!}} | + | {{!}} bgcolor="#7DC04E" {{!}} '''New in 4.0''' |
| + | Token (and other fields) required for TransparentCatchup playback (License Acquisition) | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 38: | 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 46: | Line 53: | ||
{ | { | ||
| − | : "Url": "http:// | + | : "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 68: | 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": {
- }
}
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 |