Skip to main content

Set RTSP stream username/password

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

  • Camera rtsp stream url example: 'rtsp://username:userpassword@device_ip_address:8554/ch01'
  • Password must contain at least one lowercase letter, one uppercase letter, one digit, one special character from !;*()_-+.,$&"№%:|@^ and total length between 8 and 32 characters
Request Body required
  • username string required

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

    Authorization login

  • password string required

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

    Authorization password

  • is_audio_enabled boolean

    When disabled audio will be muted in RTSP stream

Responses

OK

Loading...