Skip to main content

Set RTSP stream username/password

Set username and password used to access panel's camera RTSP stream

  • Camera rtsp stream url example: 'rtsp://username:userpassword@device_ip_address:8554/ch01'
  • If the password has not been changed, the placeholder ‘WebPass’ is used.
Request Body required
  • username string required

    Possible values: Value must match regular expression [a-zA-Z0-9]+

    username that is a part of credentials

  • password string required

    Possible values: Value must match regular expression ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!;*()_\-+.,$&"№%:|@^])[a-zA-Z\d!;*()_\-+.,$&"№%:|@^]{8,32}$

    password for provided user

  • is_audio_enabled boolean

    When disabled audio will be muted in RTSP stream

Responses

OK

Loading...