MediaUrlResult
Jump to navigation
Jump to search
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 |