Get RTSP stream username/password
Returns username 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 stringPossible values: Value must match regular expression [a-zA-Z0-9]+username that is a part of credentials 
{
  "username": "user"
}
{
  "username": "user"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...