Get 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).
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
rtsp_feed_url_list object[]
List of RTSP addresses
rtsp_url rtsp uriRTSP address
{
"rtsp_feed_url_list": [
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
},
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
},
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
},
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
}
]
}
{
"rtsp_feed_url_list": [
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
},
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
},
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
},
{
"rtsp_url": "rtsp://user:[email protected]:8554/ch01"
}
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...