Get RTSP stream username/password
Returns username and password used to access panel's camera RTSP stream
- Camera rtsp stream url example: 'rtsp://username:userpassword@device_ip_address:8554/ch01'
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- username string
Possible values: Value must match regular expression
[a-zA-Z0-9]+
- password string
Possible values: Value must match regular expression
[a-zA-Z0-9]+
{
"username": "user",
"password": "123456ABCD"
}
{
"username": "user",
"password": "123456ABCD"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...