| liveStream:islive | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Delivering the status of a live stream (on-air/offline) if it is possible |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| id | string | ID of the live stream | V | ||
| protocol | KalturaPlaybackProtocol | protocol of the stream to test. | V | KalturaPlaybackProtocol:: | |
| Output Type | |||||
| bool | |||||
| Errors | |||||
| LIVE_STREAM_STATUS_CANNOT_BE_DETERMINED;PROT;Status cannot be determined for live stream protocol [@PROT@] | |||||
| INVALID_ENTRY_ID;ID;Invalid entry id ["@ID@"] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=liveStream&action=islive POST fields: id |
|||||