Get RTSP feed settings
Returns the RTSP feed stream URLs configured for AM-02 devices.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- url0 string
First IP cam RTSP address
- url1 string
Second IP cam RTSP address
- url2 string
Third IP cam RTSP address
- url3 string
Fourth IP cam RTSP address
- is_direct_switch_enabled boolean
When enabled - when answering a call, it defaults to obtaining the video stream from the first URL and sending it to the opposite end.
{
"url0": "rtsp://user:[email protected]:8554/ch01",
"url1": "rtsp://user:[email protected]:8554/ch02",
"url2": "rtsp://user:[email protected]:8554/ch03",
"url3": "rtsp://user:[email protected]:8554/ch04",
"is_direct_switch_enabled": false
}
{
"url0": "rtsp://user:[email protected]:8554/ch01",
"url1": "rtsp://user:[email protected]:8554/ch02",
"url2": "rtsp://user:[email protected]:8554/ch03",
"url3": "rtsp://user:[email protected]:8554/ch04",
"is_direct_switch_enabled": false
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...