| liveStream: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 | KalturaEntryServerNodeType | V | KalturaEntryServerNodeType::LIVE_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=liveStream&action=appendrecording POST fields: entryId assetId resource:relatedObjects duration isLastChunk |
|||||