Difference between revisions of "LiveStream"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents the information for a live stream. |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="...") |
|||
Line 10: | Line 10: | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
− | |||
− | |||
− | |||
− | |||
! ID | ! ID | ||
{{!}} int | {{!}} int | ||
{{!}} Stream ID | {{!}} Stream ID | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | ! ConcurrenceToken | ||
+ | {{!}} String | ||
+ | {{!}} Token for concurrence control | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 28: | Line 29: | ||
{{!}} [[StreamingType|StreamingType]] | {{!}} [[StreamingType|StreamingType]] | ||
{{!}} Streaming type | {{!}} Streaming type | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | |||
+ | ! StreamingType | ||
+ | {{!}} [[DRMType| DRMType]] | ||
+ | {{!}} DRM Type | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | ! CdnTokenSecret | ||
+ | {{!}} String | ||
+ | {{!}} Secret for the CDN Token algorithm | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | ! UseCdnToken | ||
+ | {{!}} Boolean | ||
+ | {{!}} Use CDN security algorithm or not for playback | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! Url | ! Url | ||
− | {{!}} | + | {{!}} String |
{{!}} Stream URL | {{!}} Stream URL | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 40: | Line 57: | ||
|Example= | |Example= | ||
{ | { | ||
− | : "ID": | + | : "ID": 77, |
− | : "ConcurrenceToken": " | + | : "ConcurrenceToken": "31fbf7b815bc45ffadf6b13f43ffcfd7", |
− | : "Quality": | + | : "Quality": 4, |
− | : "StreamingType": | + | : "StreamingType": 2, |
− | : "Url": "http://www.telefonica.com/..." | + | : "Drm": 3, |
+ | : "Url": "http://www.telefonica.com/....m3u8", | ||
+ | : "CdnTokenSecret": "", | ||
+ | : "UseCdnToken": false, | ||
+ | |||
} | } | ||
+ | |||
|KnownIssues= | |KnownIssues= |
Revision as of 11:13, 26 February 2015
Represents the information for a live stream.
Members
Field | Data Type | Description |
---|---|---|
ID | int | Stream ID |
ConcurrenceToken | String | Token for concurrence control |
Quality | Quality | Stream quality |
StreamingType | StreamingType | Streaming type |
StreamingType | DRMType | DRM Type |
CdnTokenSecret | String | Secret for the CDN Token algorithm |
UseCdnToken | Boolean | Use CDN security algorithm or not for playback |
Url | String | Stream URL |
Example
{
- "ID": 77,
- "ConcurrenceToken": "31fbf7b815bc45ffadf6b13f43ffcfd7",
- "Quality": 4,
- "StreamingType": 2,
- "Drm": 3,
- "Url": "http://www.telefonica.com/....m3u8",
- "CdnTokenSecret": "",
- "UseCdnToken": false,
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |
See also
- StreamingType type
- Quality type