liveChannel:appendrecording | |||||
---|---|---|---|---|---|
Description: | |||||
Append recorded video to live entry |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
entryId | string | Live entry id | V | ||
assetId | string | Live asset id | V | ||
mediaServerIndex | KalturaMediaServerIndex | V | KalturaMediaServerIndex::PRIMARY | ||
resource | KalturaDataCenterContentResource | V | |||
duration | float | in seconds | V | ||
isLastChunk | bool | Is this the last recorded chunk in the current session (i.e. following a stream stop event) | |||
Output Type | |||||
KalturaLiveEntry | |||||
Errors | |||||
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=liveChannel&action=appendrecording POST fields: entryId assetId mediaServerIndex resource:relatedObjects duration isLastChunk |