Set RTSP feed feature streams
The function of viewing additional IP cameras during a call (up to 4 streams).
This feature is available for v4 monitors and any other SIP devices with a keyboard.
During a call, it is possible to switch between streams by pressing keys from 1 to 5 in the monitor menu.
Key "1" corresponds to the stream of the outdoor panel, keys from "2" to "5" - to additionally added streams (transmission is carried out by DTMF RFC2833).
- application/json
Request Body required
rtsp_feed_url_list object[] required
List of RTSP addresses
rtsp_url rtsp uri requiredRTSP address
Responses
- 200
- 400
- 401
OK
- Missed json body or wrong param.
Response sample:
"error": "Wrong JSON body"
- Required field is not provided.
Response sample:where
"error": "Wrong JSON body: no value for `param`"
param
- is a required field that was not provided - Field was of the wrong type.
Response sample:where
"error": "Wrong JSON body: value `param` was of the wrong type"
param
- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Base
- Missed param
- Wrong param type
Schema
- error string
Error message
{
"error": true
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...