Difference between revisions of "LiveStream"

From Gvp-public
Jump to navigation Jump to search
Line 32: Line 32:
  
  
! StreamingType
+
! DRMType
 
{{!}} [[DRMType| DRMType]]
 
{{!}} [[DRMType| DRMType]]
 
{{!}} DRM Type
 
{{!}} DRM Type

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
DRMType 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