Kaltura API

livechanneladd
Description:
Adds new live channel.
Input Params
Name Type Description Required Default Value
liveChannel KalturaLiveChannel Live channel metadata V
Output Type
KalturaLiveChannel
Example HTTP Hit
http://www.kaltura.com/api_v3/service/livechannel/action/add
JSON object:
				
{ liveChannel: { objectType: "KalturaLiveChannel", offlineMessage: "value", recordStatus: value, dvrStatus: value, dvrWindow: value, lastElapsedRecordingTime: value, liveStreamConfigurations: [{ objectType: "KalturaLiveStreamConfiguration", protocol: "value", url: "value", publishUrl: "value", backupUrl: "value", streamName: "value" }], recordedEntryId: "value", pushPublishEnabled: value, publishConfigurations: [{ objectType: "KalturaLiveStreamPushPublishConfiguration", publishUrl: "value", backupPublishUrl: "value", port: "value" }], currentBroadcastStartTime: value, recordingOptions: { objectType: "KalturaLiveEntryRecordingOptions", shouldCopyEntitlement: value, shouldCopyScheduling: value, shouldCopyThumbnail: value, shouldMakeHidden: value }, segmentDuration: value, explicitLive: value, viewMode: value, recordingStatus: value, playlistId: "value", repeat: value } }