Difference between revisions of "MediaUrlResult"
Jump to navigation
Jump to search
| Line 39: | Line 39: | ||
{{!}} String | {{!}} String | ||
{{!}} | {{!}} | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! LA_URL | ||
| + | {{!}} String | ||
| + | {{!}} For Transparent Catchup DASH contents, the License Server Url to use will be returned here | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 11:52, 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 | For Transparent Catchup DASH contents, the License Server Url to use will be returned here |
Example
{
- "Url": "http://B31915.cdn.telefonica.com/31915/126457_BA01FD58BE0BAF0720140531003004.mp4",
- "Expiration": 1441911092,
- "MediaInfo": "eyJNb3ZpZUlkIjoyODE5OSwiTWVkaWFJZCI6MTI2NDU3LCJBY2Nlc3NSZWFzb24iOjIsIlN1YnNjcmlwdGlvbklkIjoxMDUsIlBsYXlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjcwODB9",
- "ConcurrenceToken": "874d76bed83d4b509cce44b5b37ca003",
- "CustomData": "schema=1.0 auth=uNCXfkMEfBjKYa2MC9n4gdAqwKBiQFBY account=http://access.auth.theplatform.com/data/Account/2187931607 releasePid=f_EB8wTHNhjY"
- "Resume": {
- }
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |