The GetActiveDetails
action returns information about the video sources that are being ingested by VMS.
Parameter | Description |
---|---|
Input
|
To return information about a single input, rather than every input, specify an integer from 0 to 15. |
http://localhost:15000/action=GetActiveDetails
http://localhost:15000/action=GetActiveDetails&Input=3
A response for the GetActiveDetails
action includes the following data:
Value | Description |
---|---|
InputIndex
|
The video input index (an integer from 0 to 15). |
VideoStatus
|
Indicates whether video is detected in the source, and is being processed successfully. |
Resolution
|
The resolution of the video source. |
VideoFrameRate
|
The frame rate of the video source, in frames per second. |
Video_bitrate_kb
|
The bit rate of the video source (in kbits/second) |
AudioStatus
|
Indicates whether audio is detected in the source and is being processed successfully. |
Audio_bitrate_kb
|
The bit rate of the audio source (in kbits/second) |
AudioSampleRate
|
The sample rate of the audio source (in Hz) |
AudioChannels
|
The number of audio channels in the source. |
AudioSampleWidth
|
The number of bits per audio sample. |
Metadata_bitrate
|
The bit rate of the metadata source (bytes/second). |
VideoCodec
|
The format of video source (for example H264). |
SourceType
|
The type of video input (for example, RTSP, File, and so on). |
Source
|
The URL of the source. |
|