Kaltura API

livechannelsetRecordedContent
Description:
Set recorded video to live entry
Input Params
Name Type Description Required Default Value
entryId string Live entry id V
mediaServerIndex KalturaEntryServerNodeType V
resource KalturaDataCenterContentResource V
duration float in seconds V
recordedEntryId string Recorded entry Id 1
flavorParamsId int Recorded entry Id 1
Output Type
KalturaLiveEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/livechannel/action/setRecordedContent
JSON object:
				
{ entryId: "value", mediaServerIndex: "value", resource: { objectType: "KalturaDataCenterContentResource" }, duration: value, recordedEntryId: "value", flavorParamsId: value }