Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

liveStream:registermediaserver
Description:
Register media server to live entry
Input Params
Name Type Description Required Default Value Restrictions
entryId string Live entry id V
hostname string Media server host name V
mediaServerIndex KalturaEntryServerNodeType Media server index primary / secondary V KalturaEntryServerNodeType::LIVE_PRIMARY
applicationName string the application to which entry is being broadcast
liveEntryStatus KalturaEntryServerNodeStatus the status KalturaEntryServerNodeStatus::PLAYABLE | KalturaEntryServerNodeStatus::BROADCASTING KalturaEntryServerNodeStatus::PLAYABLE
Output Type
KalturaLiveEntry
Errors
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found
SERVER_NODE_NOT_FOUND;HOST_NAME;server node with host name [@HOST_NAME@] not found
ENTRY_SERVER_NODE_NOT_FOUND;ENTRY_ID,SERVER_TYPE;There were several results for entry server node with entry id [@ENTRY_ID@] and server type [@SERVER_TYPE@]
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=liveStream&action=registermediaserver
POST fields:
entryId
hostname
applicationName
liveEntryStatus