Kaltura API

livestreamregisterMediaServer
Description:
Register media server to live entry
Input Params
Name Type Description Required Default Value
entryId string Live entry id V
hostname string Media server host name V
mediaServerIndex KalturaEntryServerNodeType Media server index primary / secondary V
applicationName string the application to which entry is being broadcast 1
liveEntryStatus KalturaEntryServerNodeStatus the status KalturaEntryServerNodeStatus::PLAYABLE | KalturaEntryServerNodeStatus::BROADCASTING 1
shouldCreateRecordedEntry bool 1
Output Type
KalturaLiveEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/livestream/action/registerMediaServer
JSON object:
				
{ entryId: "value", hostname: "value", mediaServerIndex: "value", applicationName: "value", liveEntryStatus: value, shouldCreateRecordedEntry: value }