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'
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-zA-Z0-9]+

    Authorization password

  • is_audio_enabled boolean

    When disabled audio will be muted in RTSP stream

Responses

OK

Loading...