User name and password used to access rtsp stream of panel's camera
User name and password used to access rtsp stream of panel's camera Example of panel's camera rtsp stream url: 'rtsp://username:userpassword@device_ip_address:port'
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
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"
}
Log In
Loading...