Difference between revisions of "MediaUrlResult"
Jump to navigation
Jump to search
| Line 43: | Line 43: | ||
! LA_URL | ! LA_URL | ||
{{!}} String | {{!}} String | ||
| − | {{!}} For Transparent Catchup DASH contents, the License Server Url to use will be returned here | + | {{!}} 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 75: | Line 76: | ||
{{!}} Initial data type implementation | {{!}} Initial data type implementation | ||
{{!}} Harley Cabral | {{!}} Harley Cabral | ||
| + | {{!}}- valign="top" | ||
| + | |||
| + | {{!}} DASH support for Transparent Catchup | ||
| + | {{!}} José Manuel Escartín | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 11:53, 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://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 |
| DASH support for Transparent Catchup | José Manuel Escartín |